Skip to content

Commit d3a2d65

Browse files
committed
chore: update github actions
1 parent db11fc7 commit d3a2d65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1010
1111
- name: Setup pnpm cache
12-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
12+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1313
with:
1414
path: ${{ env.PNPM_STORE_PATH }}
1515
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/actions/install-tools/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ runs:
44
using: composite
55
steps:
66
- name: Install Node
7-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
7+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
88
with:
99
node-version: 24
1010

1111
- name: Install pnpm
12-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
12+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1313
with:
1414
version: 10
1515
run_install: false

0 commit comments

Comments
 (0)