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 6e563b8 commit 5a9e4efCopy full SHA for 5a9e4ef
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v3
28
29
- name: Cache
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
with:
32
path: |
33
~/.pnpm-store
@@ -106,7 +106,7 @@ jobs:
106
version: ${{ matrix.pnpm }}
107
108
- name: Cache node_modules
109
110
111
112
@@ -173,7 +173,7 @@ jobs:
173
174
175
176
177
178
179
0 commit comments