|
27 | 27 | if: github.repository == 'ruffle-rs/ruffle' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' |
28 | 28 |
|
29 | 29 | steps: |
30 | | - - uses: actions/checkout@v4 |
| 30 | + - uses: actions/checkout@v5 |
31 | 31 |
|
32 | 32 | - name: Check for repo activity |
33 | 33 | id: activity |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | runs-on: ${{ matrix.os }} |
133 | 133 | steps: |
134 | 134 | - name: Clone Ruffle repo |
135 | | - uses: actions/checkout@v4 |
| 135 | + uses: actions/checkout@v5 |
136 | 136 | with: |
137 | 137 | ref: ${{ needs.create-nightly-release.outputs.tag_name }} |
138 | 138 |
|
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | PACKAGE_FILE: ${{ needs.create-nightly-release.outputs.package_prefix }}-macos-universal.tar.gz |
231 | 231 | steps: |
232 | 232 | - name: Clone Ruffle repo |
233 | | - uses: actions/checkout@v4 |
| 233 | + uses: actions/checkout@v5 |
234 | 234 | with: |
235 | 235 | ref: ${{ needs.create-nightly-release.outputs.tag_name }} |
236 | 236 |
|
@@ -329,7 +329,7 @@ jobs: |
329 | 329 | runs-on: ubuntu-24.04 |
330 | 330 | steps: |
331 | 331 | - name: Clone Ruffle repo |
332 | | - uses: actions/checkout@v4 |
| 332 | + uses: actions/checkout@v5 |
333 | 333 | with: |
334 | 334 | ref: ${{ needs.create-nightly-release.outputs.tag_name }} |
335 | 335 |
|
@@ -364,7 +364,7 @@ jobs: |
364 | 364 | statuses: write |
365 | 365 | steps: |
366 | 366 | - name: Clone Ruffle repo |
367 | | - uses: actions/checkout@v4 |
| 367 | + uses: actions/checkout@v5 |
368 | 368 | with: |
369 | 369 | ref: ${{ needs.create-nightly-release.outputs.tag_name }} |
370 | 370 |
|
@@ -518,7 +518,7 @@ jobs: |
518 | 518 | statuses: write |
519 | 519 | steps: |
520 | 520 | - name: Clone Ruffle repo |
521 | | - uses: actions/checkout@v4 |
| 521 | + uses: actions/checkout@v5 |
522 | 522 | with: |
523 | 523 | ref: ${{ needs.create-nightly-release.outputs.tag_name }} |
524 | 524 |
|
@@ -625,7 +625,7 @@ jobs: |
625 | 625 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
626 | 626 |
|
627 | 627 | - name: Clone JS docs |
628 | | - uses: actions/checkout@v4 |
| 628 | + uses: actions/checkout@v5 |
629 | 629 | with: |
630 | 630 | repository: ruffle-rs/js-docs |
631 | 631 | path: js-docs |
@@ -658,7 +658,7 @@ jobs: |
658 | 658 | force: true |
659 | 659 |
|
660 | 660 | - name: Clone web demo |
661 | | - uses: actions/checkout@v4 |
| 661 | + uses: actions/checkout@v5 |
662 | 662 | with: |
663 | 663 | repository: ruffle-rs/demo |
664 | 664 | path: demo |
@@ -699,7 +699,7 @@ jobs: |
699 | 699 | runs-on: ubuntu-24.04 |
700 | 700 | if: github.repository == 'ruffle-rs/ruffle' |
701 | 701 | steps: |
702 | | - - uses: actions/checkout@v4 |
| 702 | + - uses: actions/checkout@v5 |
703 | 703 | with: |
704 | 704 | ref: ${{ needs.create-nightly-release.outputs.tag_name }} |
705 | 705 |
|
|
0 commit comments