Skip to content

Commit fdbc3d3

Browse files
committed
try out checkout@v5
it was just released and seems to update to node24 runtime.. it might fix my crazy issue. Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 9ee891c commit fdbc3d3

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
@@ -27,7 +27,7 @@ jobs:
2727
- /efs/qli/meta-qcom-3rdparty:/cache
2828
options: --privileged
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Run build
3333
uses: ./.github/actions/compile

0 commit comments

Comments
 (0)