diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 53288d51..fdfc6de3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -110,7 +110,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Login to GHCR - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -198,7 +198,7 @@ jobs: - name: Login to GHCR if: steps.release.outputs.release_created - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }}