Skip to content

Commit 61d7879

Browse files
Bump actions/checkout from 5 to 6 (#97)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 174998e commit 61d7879

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
- uses: actions/setup-dotnet@v5
@@ -26,7 +26,7 @@ jobs:
2626
lint:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depths: 0
3232
- uses: astral-sh/setup-uv@v7
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
choco install -y mono ${{ matrix.python == 'pypy3' && '--x86' || '' }}
8282
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484

8585
- name: Install dependencies
8686
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: astral-sh/setup-uv@v7
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111

1212
- name: Build Sphinx documentation
1313
run: |

0 commit comments

Comments
 (0)