From aa1a498c4023a6fc5eedbdfea880da08a0e91669 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:27:19 +0100 Subject: [PATCH] deps: bump Updatecli GitHub action to v2.74.0 (#1999) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: deps: update Updatecli used by Github Action to v0.90.0 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v2.74.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli-bot --- .github/workflows/updatecli.weekly.yaml | 4 ++-- .github/workflows/updatecli.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/updatecli.weekly.yaml b/.github/workflows/updatecli.weekly.yaml index 5a6c49a1..005b3456 100644 --- a/.github/workflows/updatecli.weekly.yaml +++ b/.github/workflows/updatecli.weekly.yaml @@ -14,9 +14,9 @@ jobs: - name: "Checkout" uses: "actions/checkout@v4" - name: "Install Updatecli" - uses: "updatecli/updatecli-action@v2.73.0" + uses: "updatecli/updatecli-action@v2.74.0" with: - version: "v0.89.0" + version: "v0.90.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 5ae36604..c04d9d68 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,9 +25,9 @@ jobs: - name: "Checkout" uses: "actions/checkout@v4" - name: "Install Updatecli" - uses: "updatecli/updatecli-action@v2.73.0" + uses: "updatecli/updatecli-action@v2.74.0" with: - version: "v0.89.0" + version: "v0.90.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: