Skip to content

Commit 3387a9f

Browse files
Update github actions
1 parent 65d1154 commit 3387a9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
12+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1313
with:
1414
node-version: ${{ inputs.node-version }}
1515

@@ -24,7 +24,7 @@ runs:
2424
run: |
2525
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2626
27-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
27+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
filter: blob:none
2424

25-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
25+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626
with:
2727
node-version: '*'
2828

@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3737
38-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
38+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3939
name: Setup pnpm cache
4040
with:
4141
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)