From 8c3d1f800aaf68b58319c663f012a428f7b5df96 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:51:21 +0200 Subject: [PATCH] chore: deps: update Updatecli used by Github Action to v0.84.1 (#1579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: updatecli-bot --- .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 703f67f8..6320dd9e 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.67.0" with: - version: "v0.84.0" + version: "v0.84.1" # 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 f3ec98bc..8fcdc77e 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -27,7 +27,7 @@ jobs: - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.67.0" with: - version: "v0.84.0" + version: "v0.84.1" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: