Skip to content

Commit 0da4fcb

Browse files
Update actions/checkout action to v4
1 parent 8202c57 commit 0da4fcb

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@v3
2121
with:
2222
node-version: 20
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
TZ: Europe/Amsterdam
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- uses: actions/setup-node@v3
4141
with:
4242
node-version: 20

0 commit comments

Comments
 (0)