diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb711800..48ec583b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: docker images - name: "Login to ghcr.io registry" - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}