diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 65065e3..ca69292 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: env: DOCKER_IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/ft-api-gateway steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Setup QEMU (for arm emulation on amd64 runner) - name: Set up QEMU