There was an error while loading. Please reload this page.
1 parent b147c2e commit 6cfae43Copy full SHA for 6cfae43
1 file changed
.github/workflows/release.yml
@@ -10,10 +10,10 @@ jobs:
10
Version:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
with:
15
fetch-depth: 20
16
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
17
18
node-version-file: '.nvmrc'
19
cache: 'yarn'
@@ -41,10 +41,10 @@ jobs:
41
- chrome
42
43
44
45
46
47
48
49
50
0 commit comments