Skip to content

Commit 550572b

Browse files
ci: use actions/checkout@v4
Use actions/checkout@v4 when checking out the example-application repository in CI. The new version uses Node20 instead of the deprecated Node16. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 17b35b9 commit 550572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
path: example-application
2121

0 commit comments

Comments
 (0)