From 4db8f9195872f326d40ac8845943e5926e2766a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:07:46 +0000 Subject: [PATCH] chore(deps): bump updatecli/updatecli-action from 2.96.0 to 2.97.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.96.0 to 2.97.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v2.96.0...v2.97.0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.97.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/updatecli.weekly.yaml | 2 +- .github/workflows/updatecli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.weekly.yaml b/.github/workflows/updatecli.weekly.yaml index cca4301b..2822419e 100644 --- a/.github/workflows/updatecli.weekly.yaml +++ b/.github/workflows/updatecli.weekly.yaml @@ -17,7 +17,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v4" - name: "Install Updatecli" - uses: "updatecli/updatecli-action@v2.96.0" + uses: "updatecli/updatecli-action@v2.97.0" with: version: "v0.111.0" # releasepost is required by the Updatecli diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 01ef69b3..edfefad0 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v4" - name: "Install Updatecli" - uses: "updatecli/updatecli-action@v2.96.0" + uses: "updatecli/updatecli-action@v2.97.0" with: version: "v0.111.0" - name: "Run updatecli in dryrun"