From a64cd72fd2e97ff3dc073224290ac0d63a97cb43 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 15 Jan 2026 19:12:36 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v0.113.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 | 3 ++- .github/workflows/updatecli_update.yaml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index e4c2c9b5..e4cd61a9 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -14,7 +14,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 with: - version: "v0.113.0-rc.1" + version: "v0.113.0" - name: "Set up Go" uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0 with: diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index d927cd3f..38d3fb76 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -1,3 +1,4 @@ +--- name: Updatecli Test on: pull_request: @@ -12,7 +13,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 with: - version: "v0.113.0-rc.1" + version: "v0.113.0" - name: "Set up Go" uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0 with: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index eb3147b2..89fe5f01 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -1,3 +1,4 @@ +--- name: Updatecli - Update on: workflow_dispatch: @@ -13,7 +14,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 with: - version: "v0.113.0-rc.1" + version: "v0.113.0" - name: "Set up Go" uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0 with: From 61b04e7e2e614cd992c2f23e6cf4052bb88602dc Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 15 Jan 2026 19:12:42 +0000 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v2.99.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 e4cd61a9..09b7db50 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@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 + uses: "updatecli/updatecli-action@v2.99.0" # v2.98.0 with: version: "v0.113.0" - name: "Set up Go" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 38d3fb76..a17563e7 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -11,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 + uses: "updatecli/updatecli-action@v2.99.0" # v2.98.0 with: version: "v0.113.0" - name: "Set up Go" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 89fe5f01..080b3779 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@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 + uses: "updatecli/updatecli-action@v2.99.0" # v2.98.0 with: version: "v0.113.0" - name: "Set up Go"