We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5892b commit 3ec895fCopy full SHA for 3ec895f
1 file changed
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
node-version: ['14.17.6', '18']
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
13
with:
14
fetch-depth: 1
15
- name: Fetch latest main branch commit
@@ -27,13 +27,13 @@ jobs:
27
runs-on: ubuntu-latest
28
needs: install_and_test
29
30
31
32
33
34
run: git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
35
- name: Use Node.js
36
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
37
38
node-version: '18'
39
cache: 'yarn'
0 commit comments