|
58 | 58 | env: |
59 | 59 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
60 | 60 | steps: |
61 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 61 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
62 | 62 | with: |
63 | 63 | submodules: recursive |
64 | 64 | # Turn back on when we're on the released version of dist |
@@ -143,7 +143,7 @@ jobs: |
143 | 143 | - name: enable windows longpaths |
144 | 144 | run: | |
145 | 145 | git config --global core.longpaths true |
146 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 146 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
147 | 147 | with: |
148 | 148 | submodules: recursive |
149 | 149 |
|
@@ -229,7 +229,7 @@ jobs: |
229 | 229 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
230 | 230 | BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json |
231 | 231 | steps: |
232 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 232 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
233 | 233 | with: |
234 | 234 | submodules: recursive |
235 | 235 | - name: Install cached dist |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | outputs: |
279 | 279 | val: ${{ steps.host.outputs.manifest }} |
280 | 280 | steps: |
281 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 281 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
282 | 282 | with: |
283 | 283 | submodules: recursive |
284 | 284 | - name: Install cached dist |
@@ -399,7 +399,7 @@ jobs: |
399 | 399 | permissions: |
400 | 400 | contents: write |
401 | 401 | steps: |
402 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 402 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
403 | 403 | with: |
404 | 404 | submodules: recursive |
405 | 405 | # Create a GitHub Release while uploading all files to it |
|
0 commit comments