We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 804f351 + 2a0c49b commit dcc52baCopy full SHA for dcc52ba
.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@v4.3.0
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