Skip to content

Commit

Permalink
Fix node.js v16 deprecation self-smoke-test-action.yml
Browse files Browse the repository at this point in the history
actions/checkout@v3 use node.js versio 16. But version 16 is deprecated.
version 4 fixes the problem.
  • Loading branch information
mosfet80 authored Sep 29, 2024
1 parent 85a5a80 commit 6edc294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Check out the action locally
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: test
- name: Install the packaging-related tools
Expand Down

0 comments on commit 6edc294

Please sign in to comment.