|
31 | 31 | timeout-minutes: 15
|
32 | 32 | steps:
|
33 | 33 | - name: Checkout Commit
|
34 |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
| 34 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
35 | 35 | - name: Setup Node
|
36 | 36 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
37 | 37 | with:
|
@@ -198,7 +198,7 @@ jobs:
|
198 | 198 | timeout-minutes: 30
|
199 | 199 | steps:
|
200 | 200 | - name: Checkout Commit
|
201 |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
| 201 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
202 | 202 | - name: Setup Node
|
203 | 203 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
204 | 204 | if: ${{ !matrix.settings.docker }}
|
@@ -311,7 +311,7 @@ jobs:
|
311 | 311 | timeout-minutes: 60
|
312 | 312 | steps:
|
313 | 313 | - name: Checkout Commit
|
314 |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
| 314 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
315 | 315 | - name: Restore Cargo cache
|
316 | 316 | uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
317 | 317 | with:
|
@@ -402,7 +402,7 @@ jobs:
|
402 | 402 | timeout-minutes: 120
|
403 | 403 | steps:
|
404 | 404 | - name: Checkout Commit
|
405 |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
| 405 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
406 | 406 | - name: Restore Node dependencies cache
|
407 | 407 | id: cache-node-modules
|
408 | 408 | uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
@@ -494,7 +494,7 @@ jobs:
|
494 | 494 | timeout-minutes: 15
|
495 | 495 | steps:
|
496 | 496 | - name: Checkout Commit
|
497 |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
| 497 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
498 | 498 | - name: Setup Node
|
499 | 499 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
500 | 500 | with:
|
@@ -549,7 +549,7 @@ jobs:
|
549 | 549 | if: startsWith(github.ref_name, 'v4')
|
550 | 550 | steps:
|
551 | 551 | - name: Checkout Commit
|
552 |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
| 552 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
553 | 553 | with:
|
554 | 554 | # Necessary to find the commits included in the release
|
555 | 555 | fetch-depth: 0
|
|
0 commit comments