We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6756732 + 4880e73 commit 6793aedCopy full SHA for 6793aed
3 files changed
.github/workflows/backend-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
shell: bash
36
run: |
37
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
38
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
39
name: Setup pnpm cache
40
with:
41
path: ${{ env.STORE_PATH }}
.github/workflows/frontend-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
.github/workflows/npmpublish.yml
@@ -27,7 +27,7 @@ jobs:
31
32
33
0 commit comments