diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cc8a3d5b..1e1d2eab 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -98,7 +98,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Login to GHCR - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -219,7 +219,7 @@ jobs: - name: Login to GHCR if: steps.release.outputs.release_created - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.actor }}