Skip to content

Commit 8b1a483

Browse files
ci(dependabot): bump actions/checkout from 5 to 6
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>
1 parent 2f23a5d commit 8b1a483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
check-manifest:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- run: pipx run check-manifest
2323

2424
test:
@@ -31,7 +31,7 @@ jobs:
3131
platform: [ubuntu-latest, macos-latest, windows-latest]
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v6
@@ -75,7 +75,7 @@ jobs:
7575
contents: write
7676

7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 0
8181

0 commit comments

Comments
 (0)