Skip to content

Commit 7b8ed24

Browse files
authored
Merge pull request #15 from Recodive/dependabot/github_actions/actions/cache-3
chore(deps): bump actions/cache from 2 to 3
2 parents 06e7e8d + 627decf commit 7b8ed24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: "https://registry.npmjs.org"
2020

2121
- name: Cache pnpm modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.pnpm-store
2525
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 16
1717

1818
- name: Cache pnpm modules
19-
uses: actions/cache@v2
19+
uses: actions/cache@v3
2020
with:
2121
path: ~/.pnpm-store
2222
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)