Skip to content

Commit 31be438

Browse files
authored
Upgrade actions/cache from v2 to v3
1 parent a9d7330 commit 31be438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '16'
2121

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

0 commit comments

Comments
 (0)