diff --git a/.github/workflows/update_ci_image.yaml b/.github/workflows/update_ci_image.yaml index 9358ea96..09537ff2 100644 --- a/.github/workflows/update_ci_image.yaml +++ b/.github/workflows/update_ci_image.yaml @@ -94,7 +94,7 @@ jobs: - name: Build and push if: steps.config.outputs.trigger == 'true' id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: pull: true push: true