diff --git a/.github/workflows/build-develop.yml b/.github/workflows/build-develop.yml index 07e9843..84eb437 100644 --- a/.github/workflows/build-develop.yml +++ b/.github/workflows/build-develop.yml @@ -87,7 +87,7 @@ jobs: # Build and Push Docker images (only if PUSH_DOCKER is true) - name: Set up Docker Buildx if: steps.get_version.outputs.PUSH_DOCKER == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: version: latest diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3a565ed..c01f335 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -75,7 +75,7 @@ jobs: # Build and Push Docker images (only if PUSH_DOCKER is true) - name: Set up Docker Buildx if: steps.get_version.outputs.PUSH_DOCKER == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: version: latest