From 5317cac466e5108fa9284083f9890f42ff540cab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Jun 2026 06:09:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..e5c64c9 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@v6.0.3 - 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@v6.0.3 - name: Set up Docker Buildx # See the build-api-core step of the same name above for why -- 2.52.0