We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be5fec commit c520a5cCopy full SHA for c520a5c
.github/workflows/code-quality.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
39
40
- name: Cache node modules
41
- uses: actions/cache@v2
+ uses: actions/cache@v4
42
env:
43
cache-name: cache-node-modules
44
with:
.github/workflows/e2e-tests.yml
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments