From 9c9b1bfe83120003610c790e81abc39dfc8bbfae Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:52:53 +0200 Subject: [PATCH] Bump updatecli version to v0.81.2 (#539) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: deps: update Updatecli used by Github Action to v2.64.0 Made with ❤️️ by updatecli * chore: Bump updatecli version in action.yaml Made with ❤️️ by updatecli --------- Co-authored-by: updatecli Co-authored-by: updatecli --- .github/workflows/updatecli.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 227ba0b5..46612cd9 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@v2.63.0" + uses: "updatecli/updatecli-action@v2.64.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: diff --git a/action.yaml b/action.yaml index e16803ab..82a00685 100644 --- a/action.yaml +++ b/action.yaml @@ -9,7 +9,7 @@ inputs: version: description: 'Specify Updatecli version to use. Accepted values are any Updatecli version' required: false - default: v0.81.1 + default: v0.81.2 runs: using: 'node20' main: 'dist/index.js'