From 0db0888cfad8c4e763f905835973cd3aed735147 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jun 2026 06:13:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .gitea/workflows/build-deploy-game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-deploy-game.yml b/.gitea/workflows/build-deploy-game.yml index 90a0fb4..4ab42a7 100644 --- a/.gitea/workflows/build-deploy-game.yml +++ b/.gitea/workflows/build-deploy-game.yml @@ -56,7 +56,7 @@ jobs: build-api-core: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.3.1 + - uses: actions/checkout@v7.0.0 - name: Set up Docker Buildx # Inline replacement for docker/setup-buildx-action. The job @@ -224,7 +224,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@v7.0.0 - name: Set up Docker Buildx # See the build-api-core step of the same name above for why -- 2.52.0