Skip to content

Commit e7fa00f

Browse files
authored
Merge pull request #400 from the-hideout/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents fe47e5f + ed96391 commit e7fa00f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: checkout
3232
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
ref: ${{ steps.branch-deploy.outputs.sha }}
3636

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
ref: ${{ needs.deployment-check.outputs.sha }}
3838

.github/workflows/new-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
# Comment on new PR requests with deployment instructions
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: comment
2222
uses: GrantBirki/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: setup node
2121
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)