From 7315aa3dc17eb4c48d19d938e9450692a1b56aea Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:04:57 +0000 Subject: [PATCH 1/3] chore: sync .github/workflows/updatecli_test.yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 7ec50cb4..6b44f3e4 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -7,7 +7,7 @@ permissions: contents: read jobs: - prepare: + updatecli: runs-on: ubuntu-latest steps: - name: "Checkout" From 9d7c0de43268c19a6656f18598af5698a86050a1 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:04:59 +0000 Subject: [PATCH 2/3] chore: sync .github/workflows/updatecli.yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index a3f2c35c..5088e966 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -4,10 +4,10 @@ on: workflow_dispatch: schedule: # Run at 12:00 every Saterday every 14 days - - cron: '0 12 */14 * 6' + - cron: "0 12 */14 * 6" jobs: - prepare: + updatecli: runs-on: ubuntu-latest steps: - name: "Checkout" From f5e26d758fe660dd99b64560a30eb98136e79cb2 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:05:05 +0000 Subject: [PATCH 3/3] chore: sync .github/workflows/updatecli_update.yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 7603537e..9bdb0f32 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -6,7 +6,7 @@ on: - main jobs: - prepare: + updatecli: runs-on: ubuntu-latest steps: - name: "Checkout"