Skip to content

Commit 8fb7171

Browse files
committed
chore(deps): update actions/cache action to v5.0.3
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.4 | v5.0.3 |
1 parent 756b1fa commit 8fb7171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-environment/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ runs:
2424
corepack prepare pnpm --activate
2525
2626
- name: Setup pnpm cache
27-
uses: actions/cache@v4.2.4
27+
uses: actions/cache@v5.0.3
2828
with:
2929
path: .pnpm-store
3030
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3131
restore-keys: ${{ runner.os }}-pnpm-store-
3232

3333
- name: Setup node_modules cache
34-
uses: actions/cache@v4.2.4
34+
uses: actions/cache@v5.0.3
3535
with:
3636
path: node_modules
3737
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)