Skip to content

Commit 874a64b

Browse files
Update actions/checkout action to v4
1 parent 766ef61 commit 874a64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/craft-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Wait for status checks
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v4
1414
- run: sleep 13
1515
- name: 'Wait for status checks'
1616
id: waitforstatuschecks
@@ -49,7 +49,7 @@ jobs:
4949
- generate-changelog
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v1
52+
- uses: actions/checkout@v4
5353
env:
5454
CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
5555
- run: |

0 commit comments

Comments
 (0)