Skip to content

Commit 3f8115f

Browse files
Bump actions/checkout from 6 to 7 in the all-github-actions group (#29)
Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca35ef9 commit 3f8115f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
job-ruff:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.13"
@@ -36,7 +36,7 @@ jobs:
3636
continue-on-error: true
3737
if: (github.actor != 'dependabot[bot]')
3838
steps:
39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@v7
4040
- run: |
4141
semgrep ci --verbose \
4242
--config p/ci \
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
5353
# sudo python setup.py install clean --all
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555

5656
- name: pip-install-test
5757
run: |

0 commit comments

Comments
 (0)