From db440c0df49c54b7d873170a3a572d336b1107bc Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 10:31:01 +0000 Subject: [PATCH] chore: deps: update Updatecli used by Github Action to v2.83.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.weekly.yaml | 2 +- .github/workflows/updatecli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.weekly.yaml b/.github/workflows/updatecli.weekly.yaml index 8c035c99c..a66deff77 100644 --- a/.github/workflows/updatecli.weekly.yaml +++ b/.github/workflows/updatecli.weekly.yaml @@ -14,7 +14,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v4" - name: "Install Updatecli" - uses: "updatecli/updatecli-action@v2.82.0" + uses: "updatecli/updatecli-action@v2.83.0" with: version: "v0.99.0" # releasepost is required by the Updatecli diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 0770acacb..468dd1e0b 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v4" - name: "Install Updatecli" - uses: "updatecli/updatecli-action@v2.82.0" + uses: "updatecli/updatecli-action@v2.83.0" with: version: "v0.99.0" - name: "Run updatecli in dryrun"