From 0e7e8f982245843751c3e2022b2e344e3960cd2b Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 20 Apr 2026 06:22:12 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v3.1.2 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 6eb6a50..e9dfc54 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@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 + uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: version: "v0.116.2" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index a0f11c1..2065cdd 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@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 + uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: version: "v0.116.2" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 8390481..43e9e79 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@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 + uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: version: "v0.116.2" - name: "Run updatecli only on existing pipelines" From 56c1fca669391b1a459a3d3bed828a552414295d Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 20 Apr 2026 11:27:53 +0200 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v0.116.3 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 e9dfc54..faa8228 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.2" + version: "v0.116.3" - 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 2065cdd..aac07e1 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.2" + version: "v0.116.3" - 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 43e9e79..03f139c 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.2" + version: "v0.116.3" - name: "Run updatecli only on existing pipelines" run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental env: