Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/after-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Dispatch Rebuild To Other Repos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# When we changed cge-unstable Docker image, rebuild repositories that use it,
# or that use "snapshot" tag of CGE directly (through git clone).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Run ShellCheck
run: ./shellcheck_here
6 changes: 3 additions & 3 deletions .github/workflows/update-docker-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: cge-none, cge-none-fpxXXX
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-none]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: cge-stable
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-none]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: cge-unstable
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-cge-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Castle Game Engine GIT SHA that caused this action
run: echo "${{ github.event.client_payload.cge_commit_sha }}"
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Update Docker image
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
Expand Down