Skip to content

Commit 8beabfd

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: ruff
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v7
3232
- uses: actions/setup-python@v5
3333
with:
3434
python-version: '3.13'
@@ -47,7 +47,7 @@ jobs:
4747
python: ['3.11', '3.13']
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v7
5151

5252
- uses: actions/setup-python@v5
5353
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
language: [python, javascript-typescript]
3434

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

3838
- name: initialize
3939
uses: github/codeql-action/init@v3

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
url: ${{ steps.deploy.outputs.page_url }}
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v7
4444

4545
- name: Check the demo was built
4646
run: |

0 commit comments

Comments
 (0)