diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70463564..30a47d34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4.1.5 - - uses: docker/login-action@v3.1.0 + - uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}