Skip to content

Commit fdf3980

Browse files
build(deps): bump actions/checkout from 6 to 7
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>
1 parent 0843c17 commit fdf3980

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- id: checkout
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060

6161
- name: Install dependencies
6262
run: |
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: macos-latest
9393
steps:
9494
- id: checkout
95-
uses: actions/checkout@v6
95+
uses: actions/checkout@v7
9696

9797
- uses: actions/setup-python@v6
9898
with:

0 commit comments

Comments
 (0)