Skip to content

Commit 523fef1

Browse files
committed
chore: update github actions
1 parent d6a31f3 commit 523fef1

File tree

3 files changed

+3
-3
lines changed

3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Install Node
7-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
88
with:
99
node-version: 24
1010

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: pnpm test:unit
111111

112112
- name: Upload coverage reports to Codecov
113-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
113+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116

0 commit comments

Comments
 (0)