Skip to content

Commit bdb14dd

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f725f0c commit bdb14dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
container: kambi/castle-engine-cloud-builds-tools:cge-none
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151

5252
# Setup Castle Game Engine
5353
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
@@ -99,7 +99,7 @@ jobs:
9999
]
100100
runs-on: ${{ matrix.runner }}
101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103

104104
# Setup Castle Game Engine
105105
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
@@ -159,7 +159,7 @@ jobs:
159159
cpu: cortex-a53
160160
base_image: raspios_lite_arm64:latest
161161
steps:
162-
- uses: actions/checkout@v5
162+
- uses: actions/checkout@v6
163163
- uses: pguyot/arm-runner-action@v2
164164
with:
165165
base_image: ${{ matrix.base_image }}
@@ -221,7 +221,7 @@ jobs:
221221
runs-on: ${{ matrix.host-label }}
222222

223223
steps:
224-
- uses: actions/checkout@v5
224+
- uses: actions/checkout@v6
225225

226226
# Setup Castle Game Engine
227227
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
@@ -273,7 +273,7 @@ jobs:
273273
runs-on: ubuntu-latest
274274
needs: [release]
275275
steps:
276-
- uses: actions/checkout@v5
276+
- uses: actions/checkout@v6
277277
- name: Update Release Tag
278278
if: ${{ github.ref == 'refs/heads/master' }}
279279
run: |

.github/workflows/test-demo-models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Checkout demo-models
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
repository: castle-engine/demo-models
2525
path: demo-models

0 commit comments

Comments
 (0)