diff --git a/.github/workflows/update_ci_image.yaml b/.github/workflows/update_ci_image.yaml index 6ed2f64225f..45f036b2332 100644 --- a/.github/workflows/update_ci_image.yaml +++ b/.github/workflows/update_ci_image.yaml @@ -91,7 +91,7 @@ jobs: - name: Build and push if: steps.config.outputs.trigger == 'true' id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: pull: true push: true