Skip to content

Commit a30a22a

Browse files
ci(dependabot): bump actions/checkout from 6 to 7 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 fedb504 commit a30a22a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
check-manifest:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- run: pipx run check-manifest
2424

2525
test:
@@ -34,7 +34,7 @@ jobs:
3434
platform: [ubuntu-latest, macos-latest, windows-latest]
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838

3939
- name: 🐍 Set up Python ${{ matrix.python-version }}
4040
uses: astral-sh/setup-uv@v7
@@ -72,7 +72,7 @@ jobs:
7272
needs: test
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676
with:
7777
fetch-depth: 0
7878
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)