From 823ee43f237e1c498fe5612d9a1e8107abf192be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:27:29 +0000 Subject: [PATCH] build(deps): Bump updatecli/updatecli-action in /.github/workflows Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.78.1 to 2.81.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/d2e5d2667ba67a8599e636531baef731f54858bc...f11c0cb3aca7a018d6000dc86a57eb3442277219) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/updatecli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: