From 48949f544481693f42a35fa5a6b331595eb5c841 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 11 Mar 2025 17:32:34 +0000 Subject: [PATCH] chore: deps: update Updatecli used by Github Action to v0.95.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 4ce61a6b4..d973d5e9f 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.78.1" with: - version: "v0.94.1" + version: "v0.95.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 27331e2a7..ef7dd2326 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -27,7 +27,7 @@ jobs: - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.78.1" with: - version: "v0.94.1" + version: "v0.95.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: