Skip to content

Commit 2053475

Browse files
Update actions/checkout action to v5
1 parent f2822e8 commit 2053475

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
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
TZ: Europe/Amsterdam
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 22
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
TZ: Europe/Amsterdam
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: actions/setup-node@v4
3939
with:
4040
node-version: 22

0 commit comments

Comments
 (0)