|
31 | 31 |
|
32 | 32 | steps: |
33 | 33 | - name: Checkout |
34 | | - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 34 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
35 | 35 |
|
36 | 36 | - name: Setup PHP |
37 | 37 | uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2 |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | hash: ${{ steps.get_hash.outputs.hash }} |
165 | 165 | steps: |
166 | 166 | - name: Checkout |
167 | | - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 167 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
168 | 168 | with: |
169 | 169 | fetch-depth: 0 |
170 | 170 | - name: Setup Node.js |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 | with: |
214 | 214 | app-id: ${{ secrets.GH_APP_ID }} |
215 | 215 | private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} |
216 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 216 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
217 | 217 | with: |
218 | 218 | fetch-depth: 0 |
219 | 219 |
|
@@ -298,7 +298,7 @@ jobs: |
298 | 298 | with: |
299 | 299 | app-id: ${{ secrets.GH_APP_ID }} |
300 | 300 | private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} |
301 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 301 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
302 | 302 | with: |
303 | 303 | fetch-depth: 0 |
304 | 304 |
|
@@ -374,7 +374,7 @@ jobs: |
374 | 374 | issues: write |
375 | 375 | pull-requests: write |
376 | 376 | steps: |
377 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 377 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
378 | 378 | with: |
379 | 379 | fetch-depth: 0 |
380 | 380 | - name: Create Sentry release |
@@ -418,7 +418,7 @@ jobs: |
418 | 418 | issues: write |
419 | 419 | pull-requests: write |
420 | 420 | steps: |
421 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 421 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
422 | 422 | with: |
423 | 423 | fetch-depth: 0 |
424 | 424 | - name: Create Sentry release |
@@ -467,7 +467,7 @@ jobs: |
467 | 467 | with: |
468 | 468 | app-id: ${{ secrets.GH_APP_ID }} |
469 | 469 | private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} |
470 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 470 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
471 | 471 | with: |
472 | 472 | fetch-depth: 0 |
473 | 473 | - name: Sync Branch |
|
0 commit comments