Skip to content

Commit 6edc294

Browse files
authored
Fix node.js v16 deprecation self-smoke-test-action.yml
actions/checkout@v3 use node.js versio 16. But version 16 is deprecated. version 4 fixes the problem.
1 parent 85a5a80 commit 6edc294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Check out the action locally
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
with:
4747
path: test
4848
- name: Install the packaging-related tools

0 commit comments

Comments
 (0)