From 8265c8621bd0d95b170c0965c69057a14c9b7f8f Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:50:19 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v0.117.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- .github/workflows/updatecli_test.yaml | 2 +- .github/workflows/updatecli_update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 43aa78bdd..99e5d642e 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -18,7 +18,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 with: - version: "v0.116.3" + version: "v0.117.0" - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental env: diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 612290eb5..098bbe86c 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -15,7 +15,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 with: - version: "v0.116.3" + version: "v0.117.0" - name: "Test updatecli in dry-run mode" run: "updatecli compose diff --experimental" env: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 62edb89a7..eaf4e2eb4 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -17,7 +17,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 with: - version: "v0.116.3" + version: "v0.117.0" - name: "Run updatecli only on monitored pipelines" run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental env: From 5a5b1319268e64f954513daee3c1ee573cc4ba74 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:50:32 +0000 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- .github/workflows/updatecli_release.yaml | 2 +- .github/workflows/updatecli_test.yaml | 2 +- .github/workflows/updatecli_update.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 99e5d642e..8fa0c4c96 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -16,7 +16,7 @@ jobs: with: persistent-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.0" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_release.yaml b/.github/workflows/updatecli_release.yaml index 3cbee8dda..47d17ebd0 100644 --- a/.github/workflows/updatecli_release.yaml +++ b/.github/workflows/updatecli_release.yaml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - name: "Install Updatecli" - uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.0" # releasepost is required by the Updatecli diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 098bbe86c..2358f0dcf 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.0" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index eaf4e2eb4..10b8b32a8 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -15,7 +15,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.0" - name: "Run updatecli only on monitored pipelines"