diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16ad091..4808a3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}