Skip to content

Commit dcc52ba

Browse files
authored
chore(deps): update actions/cache action to v4.3.0 (#20)
2 parents 804f351 + 2a0c49b commit dcc52ba

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@v4.3.0
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@v4.3.0
3535
with:
3636
path: node_modules
3737
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)