diff --git a/.github/workflows/updatecli.weekly.yaml b/.github/workflows/updatecli.weekly.yaml index e6afef78a..02194ab85 100644 --- a/.github/workflows/updatecli.weekly.yaml +++ b/.github/workflows/updatecli.weekly.yaml @@ -16,7 +16,7 @@ jobs: - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.76.0" with: - version: "v0.92.0" + version: "v0.93.0" # releasepost is required by the Updatecli # * policy ghcr.io/updatecli/policies/releasepost/releasepost - name: "Install Releasepost" diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index c27fde6d6..f4d5b6146 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -27,7 +27,7 @@ jobs: - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.76.0" with: - version: "v0.92.0" + version: "v0.93.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: