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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
7+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
88 with :
99 node-version : ' 20'
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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
38+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
3939 with :
4040 node-version : ' 20'
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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
70+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
7171 with :
7272 node-version : ' 20'
7373
8787 echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
8888
8989 - name : Restore pnpm cache
90- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
90+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
9191 with :
9292 path : ${{ steps.pnpm-cache.outputs.store }}
9393 key : ${{ runner.os }}-pnpm-store-cache-
Original file line number Diff line number Diff line change 2424 id : date
2525 run : echo "date=$(/bin/date -u "+%Y-%m-%d")" >> $GITHUB_OUTPUT
2626
27- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
27+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2828 with :
2929 # dprint caches info about the files in the repo to skip formatting them.
3030 # However, since package.json and .dprint.jsonc don't change very often,
Original file line number Diff line number Diff line change 1212 if : ${{ github.repository == 'DefinitelyTyped/DefinitelyTyped' }}
1313 steps :
1414 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
15+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
1616 with :
1717 node-version : ' 20'
1818 - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2727 run : pnpm install
2828
2929 - name : Save pnpm cache
30- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
30+ uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3131 with :
3232 path : ${{ steps.pnpm-cache.outputs.store }}
3333 key : ${{ runner.os }}-pnpm-store-cache-${{ steps.pnpm-cache.outputs.date }}
You can’t perform that action at this time.
0 commit comments