File tree Expand file tree Collapse file tree
actions/setup-for-scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Set up repo for running scripts
44runs :
55 using : composite
66 steps :
7- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
7+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
88 with :
99 node-version : ' 24'
1010 - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
Original file line number Diff line number Diff line change 3535 # Need this to be able to inquire about origin/master
3636 filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
3737 fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
38- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
38+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
3939 with :
4040 node-version : ' 24'
4141
6767 # Need this to be able to inquire about origin/master
6868 filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
6969 fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
70- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
70+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
7171 with :
7272 node-version : ' 24'
7373
Original file line number Diff line number Diff line change 1212 if : ${{ github.repository == 'DefinitelyTyped/DefinitelyTyped' }}
1313 steps :
1414 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
15+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
1616 with :
1717 node-version : ' 24'
1818 - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
You can’t perform that action at this time.
0 commit comments