Skip to content

Commit 02ed541

Browse files
chore(deps): update github-actions (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f05db2d commit 02ed541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup-node-pnpm/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Setup Node and pnpm
33
runs:
44
using: composite
55
steps:
6-
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
6+
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
77

88
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
99
with:
@@ -21,7 +21,7 @@ runs:
2121
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
2222
2323
- name: Save and restore pnpm cache on main
24-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
24+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525
if: ${{ github.ref_name == 'main' }}
2626
with:
2727
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -30,7 +30,7 @@ runs:
3030
${{ runner.os }}-pnpm-store-
3131
3232
- name: Restore pnpm cache on PR
33-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434
if: ${{ github.ref_name != 'main' }}
3535
with:
3636
path: ${{ steps.store.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)