From 7b2997a27e39ee469ba50d852028f39dab92eb2f Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 2 Jun 2026 18:55:16 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v0.117.1 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 faa8228..b2d5c13 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -14,7 +14,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: - version: "v0.116.3" + version: "v0.117.1" - 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 aac07e1..d0b71af 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -13,7 +13,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: - version: "v0.116.3" + version: "v0.117.1" - name: "Test updatecli in dry-run mode" run: "updatecli compose diff" env: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 03f139c..b49f383 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -14,7 +14,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: - version: "v0.116.3" + version: "v0.117.1" - name: "Run updatecli only on existing pipelines" run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental env: From 113ce80ac115ef476077dfb7db8aa45a9d3e771c Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 2 Jun 2026 18:55:25 +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_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 b2d5c13..02ff7c3 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.1" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index d0b71af..edfa9e1 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -11,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.1" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index b49f383..27ec3bf 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 + uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0 with: version: "v0.117.1" - name: "Run updatecli only on existing pipelines"