diff --git a/.github/workflows/updatecli.weekly.yaml b/.github/workflows/updatecli.weekly.yaml index e924cc07e..f490fae43 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.75.0" + uses: "updatecli/updatecli-action@v2.76.0" with: version: "v0.92.0" # releasepost is required by the Updatecli diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 9d2b3fb9e..c27fde6d6 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.75.0" + uses: "updatecli/updatecli-action@v2.76.0" with: version: "v0.92.0" - name: "Run updatecli in dryrun"