diff --git a/action.yml b/action.yml index 274431f..72478e6 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ runs: - run: echo "::group::Log into Registry ${{ inputs.registry }}" if: ${{ always() }} - name: Log into registry ${{ inputs.registry }} - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }}