Skip to content

Commit a62d495

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) - [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 7b97e73 commit a62d495

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/check-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ci-test:
2727
runs-on: ubuntu-24.04
2828
steps:
29-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
29+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
3030

3131
- uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035
3232
with:

.github/workflows/check-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
verify:
2828
runs-on: ubuntu-24.04
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
with:
3232
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3333

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fmt:
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
with:
2929
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3030

@@ -44,7 +44,7 @@ jobs:
4444
check-dev-deps:
4545
runs-on: ubuntu-24.04
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848

4949
- uses: nixbuild/nix-quick-install-action@v34
5050
with:
@@ -72,7 +72,7 @@ jobs:
7272
clippy:
7373
runs-on: ubuntu-24.04
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676

7777
- uses: nixbuild/nix-quick-install-action@v34
7878
with:
@@ -90,7 +90,7 @@ jobs:
9090
check-wit-deps:
9191
runs-on: ubuntu-24.04
9292
steps:
93-
- uses: actions/checkout@v6
93+
- uses: actions/checkout@v7
9494

9595
- uses: nixbuild/nix-quick-install-action@v34
9696
with:
@@ -118,7 +118,7 @@ jobs:
118118
check-oci-references:
119119
runs-on: ubuntu-24.04
120120
steps:
121-
- uses: actions/checkout@v6
121+
- uses: actions/checkout@v7
122122

123123
- uses: nixbuild/nix-quick-install-action@v34
124124
with:

.github/workflows/push-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
push-components:
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
with:
2929
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3030

.github/workflows/scheduled-bump-cargo-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cmd: cargo upgrade --incompatible
2929

3030
steps:
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
31+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
3232
with:
3333
fetch-depth: 1
3434

.github/workflows/sync-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sync-flake-lock:
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 1
2121

0 commit comments

Comments
 (0)