Skip to content

Commit 5d88f81

Browse files
Update github actions
1 parent 7d790ba commit 5d88f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:
31-
node-version: 24
31+
node-version: 24.5.0
3232

3333
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3434
name: Install pnpm
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
42-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4343
name: Setup pnpm cache
4444
with:
4545
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)