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:
mosfet80 2024-09-29 09:04:41 +02:00 committed by GitHub
parent 85a5a80b22
commit 6edc294485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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