Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

container: kambi/castle-engine-cloud-builds-tools:cge-none
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Setup Castle Game Engine
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Setup Castle Game Engine
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
cpu: cortex-a53
base_image: raspios_lite_arm64:latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: pguyot/arm-runner-action@v2
with:
base_image: ${{ matrix.base_image }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ${{ matrix.host-label }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Setup Castle Game Engine
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
runs-on: ubuntu-latest
needs: [release]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Update Release Tag
if: ${{ github.ref == 'refs/heads/master' }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-demo-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Checkout demo-models
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: castle-engine/demo-models
path: demo-models
Expand Down
Loading