diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 771ba9ef94..81958e868e 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -54,7 +54,7 @@ jobs: - name: Init Hermit run: ./bin/hermit env -r >> $GITHUB_ENV - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1 + uses: updatecli/updatecli-action@4922d58d06f0d096428933f153275e15a3eb49de # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/updatecli/updatecli.d/update-${{ matrix.pipeline-name }}.yml --values .ci/updatecli/values.yml env: @@ -84,7 +84,7 @@ jobs: echo "GIT_BRANCH=$branchName" >> $GITHUB_ENV - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1 + uses: updatecli/updatecli-action@4922d58d06f0d096428933f153275e15a3eb49de # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/updatecli/updatecli.d/update-${{ matrix.pipeline-name }}.yml --values .ci/updatecli/values.yml env: