diff --git a/.gitea/workflows/build-deploy-game.yml b/.gitea/workflows/build-deploy-game.yml index ab2d99a..4b98f1e 100644 --- a/.gitea/workflows/build-deploy-game.yml +++ b/.gitea/workflows/build-deploy-game.yml @@ -44,7 +44,7 @@ jobs: build-api-core: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.3.1 + - uses: actions/checkout@v6.0.3 - name: Set up Docker Buildx # Inline replacement for docker/setup-buildx-action. The job @@ -183,7 +183,7 @@ jobs: # with build-api-core + deploy-api-core. deploy-web below still gates on # deploy-api-core so the runtime sequence is preserved. steps: - - uses: actions/checkout@v4.3.1 + - uses: actions/checkout@v6.0.3 - name: Set up Docker Buildx # See the build-api-core step of the same name above for why