We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5cb7d commit 1c8adedCopy full SHA for 1c8aded
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: Cache pnpm modules
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
env:
29
cache-name: cache-pnpm-modules
30
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
0 commit comments