diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 1b10b14..f2b4d1c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: docker/login-action@v3.3.0 + - uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.repository_owner }}