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 9ee8a73 commit 6d5faf8Copy full SHA for 6d5faf8
.github/workflows/manual.yaml
@@ -96,7 +96,7 @@ jobs:
96
run: pnpm -v && pnpm store path
97
98
- name: Cache pnpm cache
99
- uses: actions/cache@v3
+ uses: actions/cache@v4
100
if: ${{ startsWith(runner.name, 'GitHub Actions') }}
101
with:
102
path: |
.github/workflows/scheduled.yaml
@@ -95,7 +95,7 @@ jobs:
95
0 commit comments