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 605bd54 commit cac238fCopy full SHA for cac238f
.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