ci: Update GH actions (no-changelog) (#8453)
This commit is contained in:
committed by
GitHub
parent
5981263b73
commit
e5514793f6
4
.github/workflows/check-tests.yml
vendored
4
.github/workflows/check-tests.yml
vendored
@@ -15,12 +15,12 @@ jobs:
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3.5.3
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3.7.0
|
||||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: 18.x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user