We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4cfab commit c63c4a9Copy full SHA for c63c4a9
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 16.x
22
- name: Cache pnpm modules
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
env:
25
cache-name: cache-pnpm-modules
26
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
27
0 commit comments