Skip to content

Commit fd55803

Browse files
authored
Merge pull request #563 from cmbuckley/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents e3c2c36 + 7314a99 commit fd55803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cloudflare-worker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
workers: ${{ steps.get-workers.outputs.workers }}
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Get workers
1919
id: get-workers
2020
run: |
@@ -35,7 +35,7 @@ jobs:
3535
NETLIFY_GH_TOKEN
3636
NETLIFY_JWS_SECRET
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
- name: Deploy Cloudflare Worker (${{ matrix.worker }})
4040
uses: cloudflare/wrangler-action@v4
4141
with:

0 commit comments

Comments
 (0)