diff --git a/.github/actions/merge-ci-images/action.yml b/.github/actions/merge-ci-images/action.yml index c65286cb..1f1edc73 100644 --- a/.github/actions/merge-ci-images/action.yml +++ b/.github/actions/merge-ci-images/action.yml @@ -44,7 +44,7 @@ runs: tags: ${{ inputs.tags }} - name: Login to Docker Hub - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ inputs.registry }} username: ${{ inputs.username }}