diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 00df363..429ec24 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -32,7 +32,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}