diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index f6452aa7f3..c2784f2bb7 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -55,7 +55,7 @@ jobs: - name: Init Hermit run: ./bin/hermit env -r >> $GITHUB_ENV - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1 + uses: updatecli/updatecli-action@f11c0cb3aca7a018d6000dc86a57eb3442277219 # v2.81.0 - 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: @@ -85,7 +85,7 @@ jobs: echo "GIT_BRANCH=$branchName" >> $GITHUB_ENV - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1 + uses: updatecli/updatecli-action@f11c0cb3aca7a018d6000dc86a57eb3442277219 # v2.81.0 - 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: