From c56b648092e2b97ef1aacf6414f8e79298384396 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:40:02 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v0.112.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .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..cddd3f49 100644 --- a/.github/workflows/updatecli.weekly.yaml +++ b/.github/workflows/updatecli.weekly.yaml @@ -19,7 +19,7 @@ jobs: - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.96.0" with: - version: "v0.111.0" + version: "v0.112.0" # releasepost is required by the Updatecli # * policy ghcr.io/updatecli/policies/releasepost/releasepost - name: "Install Releasepost" diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 01ef69b3..e9d75eaf 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -27,7 +27,7 @@ jobs: - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.96.0" with: - version: "v0.111.0" + version: "v0.112.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: From d21092b611c848b891acd1d2dd92a43bcfec7142 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:40:10 +0000 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v2.98.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .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 cddd3f49..17b8c332 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.98.0" with: version: "v0.112.0" # releasepost is required by the Updatecli diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index e9d75eaf..205c3a23 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.98.0" with: version: "v0.112.0" - name: "Run updatecli in dryrun"