Skip to content

Commit 77d203f

Browse files
ci(dependabot): bump actions/checkout from 4 to 6 (#35)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 155a7f2 commit 77d203f

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@v4
21+
- uses: actions/checkout@v6
2222
- run: pipx run check-manifest
2323

2424
test:
@@ -33,7 +33,7 @@ jobs:
3333
platform: [ubuntu-latest, macos-latest, windows-latest]
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
- name: 🐍 Set up Python ${{ matrix.python-version }}
3939
uses: astral-sh/setup-uv@v6
@@ -80,7 +80,7 @@ jobs:
8080
needs: test
8181
runs-on: ubuntu-latest
8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 0
8686
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)