diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index c2b0e51..815aa76 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -51,7 +51,7 @@ jobs: MAJOR_VERSION="${VERSION%%.*}" echo "MAJOR_VERSION=$MAJOR_VERSION" >> "$GITHUB_ENV" - name: Log in to the Container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}