Skip to content

Commit 286def9

Browse files
authored
Merge pull request #417 from asaaki/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents a9f087d + be6d418 commit 286def9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/artifact.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
working-directory: rust
3737

38-
- uses: actions/cache@v2
38+
- uses: actions/cache@v3
3939
with:
4040
path: ~/.npm
4141
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
workspaces: rust
4242

43-
- uses: actions/cache@v2
43+
- uses: actions/cache@v3
4444
with:
4545
path: ~/.npm
4646
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
working-directory: rust
3535

36-
- uses: actions/cache@v2
36+
- uses: actions/cache@v3
3737
with:
3838
path: ~/.npm
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)