Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 82cf96d

Browse files
authored
Merge pull request #21 from jaoafa/dependabot/github_actions/actions/cache-3
build(deps): bump actions/cache from 2 to 3
2 parents 2ec47b7 + 0477f97 commit 82cf96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node }}
3030
- name: Cache
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: ~/.npm
3434
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: ${{ matrix.node }}
5959
- name: Cache
60-
uses: actions/cache@v2
60+
uses: actions/cache@v3
6161
with:
6262
path: ~/.npm
6363
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)