diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c8becec..6cd82e1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: registry: ghcr.io username: ${{ github.actor }}