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: