We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a1938 commit 6e6f812Copy full SHA for 6e6f812
2 files changed
.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@v5
100
if: ${{ startsWith(runner.name, 'GitHub Actions') }}
101
with:
102
path: |
.github/workflows/scheduled.yaml
@@ -95,7 +95,7 @@ jobs:
95
0 commit comments