|
23 | 23 | if: github.repository == 'ruffle-rs/ruffle' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch'
|
24 | 24 |
|
25 | 25 | steps:
|
26 |
| - - uses: actions/checkout@v3 |
| 26 | + - uses: actions/checkout@v4 |
27 | 27 |
|
28 | 28 | - name: Check for repo activity
|
29 | 29 | id: activity
|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 | runs-on: ${{ matrix.os }}
|
102 | 102 | steps:
|
103 | 103 | - name: Clone Ruffle repo
|
104 |
| - uses: actions/checkout@v3 |
| 104 | + uses: actions/checkout@v4 |
105 | 105 |
|
106 | 106 | - name: Install Rust toolchain
|
107 | 107 | uses: dtolnay/rust-toolchain@stable
|
@@ -172,7 +172,7 @@ jobs:
|
172 | 172 | PACKAGE_FILE: ${{ needs.create-nightly-release.outputs.package_prefix }}-macos-universal.tar.gz
|
173 | 173 | steps:
|
174 | 174 | - name: Clone Ruffle repo
|
175 |
| - uses: actions/checkout@v3 |
| 175 | + uses: actions/checkout@v4 |
176 | 176 |
|
177 | 177 | - name: Download aarch64 binary
|
178 | 178 | uses: actions/download-artifact@v3
|
@@ -272,7 +272,7 @@ jobs:
|
272 | 272 | demo: [false, true]
|
273 | 273 | steps:
|
274 | 274 | - name: Clone Ruffle repo
|
275 |
| - uses: actions/checkout@v3 |
| 275 | + uses: actions/checkout@v4 |
276 | 276 |
|
277 | 277 | - name: Install Rust toolchain
|
278 | 278 | uses: dtolnay/rust-toolchain@stable
|
@@ -412,7 +412,7 @@ jobs:
|
412 | 412 |
|
413 | 413 | - name: Clone web demo
|
414 | 414 | if: matrix.demo
|
415 |
| - uses: actions/checkout@v3 |
| 415 | + uses: actions/checkout@v4 |
416 | 416 | with:
|
417 | 417 | repository: ruffle-rs/demo
|
418 | 418 | path: demo
|
@@ -447,7 +447,7 @@ jobs:
|
447 | 447 |
|
448 | 448 | - name: Clone JS docs
|
449 | 449 | if: ${{ !matrix.demo }}
|
450 |
| - uses: actions/checkout@v3 |
| 450 | + uses: actions/checkout@v4 |
451 | 451 | with:
|
452 | 452 | repository: ruffle-rs/js-docs
|
453 | 453 | path: js-docs
|
@@ -486,7 +486,7 @@ jobs:
|
486 | 486 | runs-on: ubuntu-22.04
|
487 | 487 | if: github.repository == 'ruffle-rs/ruffle'
|
488 | 488 | steps:
|
489 |
| - - uses: actions/checkout@v3 |
| 489 | + - uses: actions/checkout@v4 |
490 | 490 |
|
491 | 491 | - name: Get current time with dashes
|
492 | 492 | uses: 1466587594/[email protected]
|
|
0 commit comments