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.
2 parents a9f087d + be6d418 commit 286def9Copy full SHA for 286def9
.github/workflows/artifact.yaml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
working-directory: rust
37
38
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
39
40
path: ~/.npm
41
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
workspaces: rust
42
43
44
45
46
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
0 commit comments