From fef6fbfd4a2c3bfdb55df764633b20abf7d90086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:54:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c077e7f..1a1c86c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: env: DOCKER_IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/ft-config-server steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Setup QEMU (for arm emulation on amd64 runner) - name: Set up QEMU