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