diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index 9cd0720..dfbaa93 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -74,7 +74,7 @@ jobs: org.opencontainers.image.description="clang-format, packaged in a Dockerfile" org.opencontainers.image.licenses=MIT - name: Build and push Docker image - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 with: context: . file: "clang-format-docker/Dockerfile"