Skip to content

Commit c849bbd

Browse files
authored
ci(autofix): pin and update actions (#33)
1 parent 532f048 commit c849bbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
autofix:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
1717
name: Install pnpm
1818
with:
1919
version: 9.15.4
2020
run_install: false
2121
- name: Install Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
2323
with:
2424
node-version: 22
2525
cache: 'pnpm'

0 commit comments

Comments
 (0)