diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 461f01870e..28dcca27e8 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -39,7 +39,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: docker/actions/Dockerfile.actions.${{ matrix.release }}