Skip to content

Commit fb71ade

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 bb0bab2 commit fb71ade

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/contract-guard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false

.github/workflows/deploy-edge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: edge/spoo-edge-cache
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
persist-credentials: false
4747

@@ -75,7 +75,7 @@ jobs:
7575
concurrency: deploy-edge
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v6
78+
uses: actions/checkout@v7
7979
with:
8080
persist-credentials: false
8181

0 commit comments

Comments
 (0)