File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 matrix : ${{ steps.matrix.outputs.matrix }}
3131
3232 steps :
33- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434 with :
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/
6262 fail-fast : false
6363
6464 steps :
65- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
65+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6666 with :
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/
@@ -132,7 +132,7 @@ jobs:
132132 - test
133133
134134 steps :
135- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
136136 - uses : ./.github/actions/setup-for-scripts
137137
138138 - name : Get suggestions dir
@@ -162,7 +162,7 @@ jobs:
162162 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
163163
164164 steps :
165- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
166166 - uses : ./.github/actions/setup-for-scripts
167167
168168 - run : pnpm tsc -p ./scripts
Original file line number Diff line number Diff line change 2121 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2222
2323 steps :
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 1616 contents : write
1717 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020 - uses : ./.github/actions/setup-for-scripts
2121
2222 - name : Get date
Original file line number Diff line number Diff line change 2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424
2525 steps :
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727 - uses : ./.github/actions/setup-for-scripts
2828 - run : node ./scripts/ghostbuster.js > ${{ runner.temp }}/comment.md
2929 env :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-slim
1212 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1313 steps :
14- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515 - uses : ./.github/actions/setup-for-scripts
1616 - run : pnpm remark --frail . .github
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.repository == 'DefinitelyTyped/DefinitelyTyped' }}
1313 steps :
14- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1616 with :
1717 node-version : ' 24'
Original file line number Diff line number Diff line change 2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424 runs-on : ubuntu-slim
2525 steps :
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727 - uses : ./.github/actions/setup-for-scripts
2828
2929 - name : Fetch TypeScript versions and release dates from npm
You can’t perform that action at this time.
0 commit comments