Skip to content

Commit 374e81e

Browse files
authored
Merge pull request #227 from spoo-me/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 337546f + fb71ade commit 374e81e

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)