diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index fd4658d..3b6b3a7 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Docker Login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}