diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index c8526a1..9ee6a97 100644 --- a/.github/workflows/maven-cd.yml +++ b/.github/workflows/maven-cd.yml @@ -80,7 +80,7 @@ jobs: echo "✅ Tag: v$SEMVER - $CLUB" - name: Log in to GitHub Container Registry - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.5.1 with: registry: ghcr.io username: ${{ github.actor }}