|
47 | 47 |
|
48 | 48 | container: kambi/castle-engine-cloud-builds-tools:cge-none |
49 | 49 | steps: |
50 | | - - uses: actions/checkout@v4 |
| 50 | + - uses: actions/checkout@v5 |
51 | 51 |
|
52 | 52 | # Setup Castle Game Engine |
53 | 53 | - name: Castle Game Engine - Env CASTLE_ENGINE_PATH |
|
99 | 99 | ] |
100 | 100 | runs-on: ${{ matrix.runner }} |
101 | 101 | steps: |
102 | | - - uses: actions/checkout@v4 |
| 102 | + - uses: actions/checkout@v5 |
103 | 103 |
|
104 | 104 | # Setup Castle Game Engine |
105 | 105 | - name: Castle Game Engine - Env CASTLE_ENGINE_PATH |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | cpu: cortex-a53 |
160 | 160 | base_image: raspios_lite_arm64:latest |
161 | 161 | steps: |
162 | | - - uses: actions/checkout@v4 |
| 162 | + - uses: actions/checkout@v5 |
163 | 163 | - uses: pguyot/arm-runner-action@v2 |
164 | 164 | with: |
165 | 165 | base_image: ${{ matrix.base_image }} |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | runs-on: ${{ matrix.host-label }} |
222 | 222 |
|
223 | 223 | steps: |
224 | | - - uses: actions/checkout@v4 |
| 224 | + - uses: actions/checkout@v5 |
225 | 225 |
|
226 | 226 | # Setup Castle Game Engine |
227 | 227 | - name: Castle Game Engine - Env CASTLE_ENGINE_PATH |
@@ -273,7 +273,7 @@ jobs: |
273 | 273 | runs-on: ubuntu-latest |
274 | 274 | needs: [release] |
275 | 275 | steps: |
276 | | - - uses: actions/checkout@v4 |
| 276 | + - uses: actions/checkout@v5 |
277 | 277 | - name: Update Release Tag |
278 | 278 | if: ${{ github.ref == 'refs/heads/master' }} |
279 | 279 | run: | |
|
0 commit comments