From f92aedee7ccd6081f19833f37e8abb2b2e4fa70f Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 17 Aug 2026 06:47:25 +0000 Subject: [PATCH] chore: deps: update Updatecli used by Github Action to v0.120.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 3 ++- .github/workflows/updatecli_test.yaml | 2 +- .github/workflows/updatecli_update.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index c29b9b61..c2db4303 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -1,3 +1,4 @@ +--- name: Updatecli on: release: @@ -17,7 +18,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564" # v3.6.0 with: - version: "v0.120.0" + version: "v0.120.1" - name: "Set up Go" uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0 with: diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index cefc5a04..bef5cd9d 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -15,7 +15,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564" # v3.6.0 with: - version: "v0.120.0" + version: "v0.120.1" - name: "Set up Go" uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0 with: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 5da99f69..6ae132e3 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -20,7 +20,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564" # v3.6.0 with: - version: "v0.120.0" + version: "v0.120.1" - name: "Set up Go" uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0 with: