From 3147454495526c890330110f434e9cc71efb99bd Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:22:44 +0000 Subject: [PATCH 1/3] chore: deps(github): bump Action tag for updatecli/updatecli-action f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index b5c8211..06237c5 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -11,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0 + uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental env: From 400755f842045918f54d07d5c96d3639b5ed56f6 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:22:59 +0000 Subject: [PATCH 2/3] chore: deps(github): bump Action release for updatecli/updatecli-acti... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... on from 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index e302a9f..2ec1683 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@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0 + uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 - name: "Test updatecli in dry-run mode" run: "updatecli compose diff" env: From 0a369d6b5be1928fda48ea47a69b32e2b56b023e Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:23:13 +0000 Subject: [PATCH 3/3] chore: deps(github): bump Action tag for updatecli/updatecli-action f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 8307545..42b6a9d 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -15,7 +15,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0 + uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 - name: "Run updatecli only on monitored pipelines" run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental env: