We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d7330 commit 31be438Copy full SHA for 31be438
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: '16'
21
22
- name: Cache pnpm modules
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
24
with:
25
path: ~/.pnpm-store
26
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments