|
30 | 30 | matrix: ${{ steps.matrix.outputs.matrix }} |
31 | 31 |
|
32 | 32 | steps: |
33 | | - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 33 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
34 | 34 | with: |
35 | 35 | # Need this to be able to inquire about origin/master |
36 | 36 | filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ |
|
39 | 39 | with: |
40 | 40 | node-version: '24' |
41 | 41 |
|
42 | | - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 |
| 42 | + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 |
43 | 43 |
|
44 | 44 | - id: matrix |
45 | 45 | run: | |
|
62 | 62 | fail-fast: false |
63 | 63 |
|
64 | 64 | steps: |
65 | | - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 65 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
66 | 66 | with: |
67 | 67 | # Need this to be able to inquire about origin/master |
68 | 68 | filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ |
|
79 | 79 | printf "Aborting: symlinks found:\n%s" "$symlinks"; exit 1 |
80 | 80 | fi |
81 | 81 |
|
82 | | - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 |
| 82 | + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 |
83 | 83 |
|
84 | 84 | - name: Get pnpm cache info |
85 | 85 | id: pnpm-cache |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | - test |
133 | 133 |
|
134 | 134 | steps: |
135 | | - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 135 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
136 | 136 | - uses: ./.github/actions/setup-for-scripts |
137 | 137 |
|
138 | 138 | - name: Get suggestions dir |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | if: github.repository == 'DefinitelyTyped/DefinitelyTyped' |
163 | 163 |
|
164 | 164 | steps: |
165 | | - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 165 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
166 | 166 | - uses: ./.github/actions/setup-for-scripts |
167 | 167 |
|
168 | 168 | - run: pnpm tsc -p ./scripts |
0 commit comments