diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index c91d511..379904d 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -82,7 +82,7 @@ jobs: with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 - uses: docker/build-push-action@v6 with: context: . @@ -122,7 +122,7 @@ jobs: with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 - uses: docker/build-push-action@v6 with: context: .