File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 matrix : ${{ steps.matrix.outputs.matrix }}
3131
3232 steps :
33- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
33+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
65+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
135+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
165+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1616 steps :
17- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1818 with :
1919 # Use a deploy key so that CI triggers on pushes; we want to know if formatting broke something.
2020 ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424
2525 steps :
26- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
26+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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-latest
1212 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1313 steps :
14- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1515 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1616 with :
1717 node-version : ' 20'
Original file line number Diff line number Diff line change 2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
26+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
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