From e43d31bb6aa664d591fc9811f4a41d123a074178 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Fri, 7 Aug 2026 17:15:39 +0000 Subject: [PATCH 1/2] chore: docs: update issue template with Updatecli gha version to v3.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4fe824..61e3a9d5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.4.0 + uses: updatecli/updatecli-action@v3.5.0 - name: Run Updatecli in Dry Run mode run: updatecli diff From 45dc7f7ae5f78d52b1ca716ff75ae43c978ad0bd Mon Sep 17 00:00:00 2001 From: updateclibot Date: Fri, 7 Aug 2026 17:16:16 +0000 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v3.5.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 c3bcd92c..47d2912b 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -15,7 +15,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_release.yaml b/.github/workflows/updatecli_release.yaml index 20ef99e8..653f5755 100644 --- a/.github/workflows/updatecli_release.yaml +++ b/.github/workflows/updatecli_release.yaml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Run updatecli only on Updatecli release event" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index a9f340f2..7ca2594b 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@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 8f06ffec..2eefc25f 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Run updatecli only on monitored pipelines"