Skip to content

Commit e6d971d

Browse files
committed
build: update all github actions
See associated pull request for more information.
1 parent 41d0602 commit e6d971d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
13-
- uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19
13+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
1414
with:
1515
with_install: false
16-
- uses: actions/setup-node@d02c89dce7e1ba9ef629ce0680989b3a1cc72edb
16+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
1717
with:
1818
node-version: 24
1919
- run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)