We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756b1fa commit 8fb7171Copy full SHA for 8fb7171
.github/actions/setup-environment/action.yaml
@@ -24,14 +24,14 @@ runs:
24
corepack prepare pnpm --activate
25
26
- name: Setup pnpm cache
27
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v5.0.3
28
with:
29
path: .pnpm-store
30
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
31
restore-keys: ${{ runner.os }}-pnpm-store-
32
33
- name: Setup node_modules cache
34
35
36
path: node_modules
37
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments