File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636 node-release-override : 22.11.0
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
41- - uses : pnpm/action-setup@v4
41+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
4242 name : Install pnpm
4343 with :
4444 run_install : false
4545 version : 10
4646
47- - uses : actions/setup-node@v4
47+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4848 with :
4949 # Node 22.12.0 on Windows incorrectly resolves `localhost` to `::1`, rather than both `::1` and `127.0.0.1`.
5050 # THis causes errors when executing tests. So until this gets fixed upstream, we force the last known good
@@ -67,15 +67,15 @@ jobs:
6767 lint-format-build :
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7171
72- - uses : pnpm/action-setup@v4
72+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
7373 name : Install pnpm
7474 with :
7575 run_install : false
7676 version : 10
7777
78- - uses : actions/setup-node@v4
78+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
7979 with :
8080 node-version : 22
8181 cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments