diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8e0cd6..df771e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - # For TagBody, TagSubject or TagContents fields in goreleaser's templates run: git fetch --force --tags - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}