mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
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.
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the action locally
|
- name: Check out the action locally
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: test
|
path: test
|
||||||
- name: Install the packaging-related tools
|
- name: Install the packaging-related tools
|
||||||
|
|||||||
Reference in New Issue
Block a user