File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v6
38+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
4040 - name : Install Pnpm
4141 run : npm i -g corepack@latest --force && corepack enable
4242
4343 - name : Setup Node.js
44- uses : actions/setup-node@v6
44+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4545 with :
4646 node-version : 24.11.1
4747 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 # Steps represent a sequence of tasks that will be executed as part of the job
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
2323 - name : Install Pnpm
2424 run : npm i -g corepack@latest --force && corepack enable
2525
2626 - name : Setup Node.js
27- uses : actions/setup-node@v6
27+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2828 with :
2929 node-version : 24.11.1
3030 cache : " pnpm"
You can’t perform that action at this time.
0 commit comments