Skip to content

Commit 7829521

Browse files
Update actions/checkout action to v4
1 parent 5245892 commit 7829521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
TZ: Europe/Amsterdam
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 20
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
TZ: Europe/Amsterdam
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- uses: actions/setup-node@v4
3737
with:
3838
node-version: 20

0 commit comments

Comments
 (0)