From 31a41db6edaa76a8905931ef6802a5c44040b8f0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 13 May 2024 08:10:13 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v2.58.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 1d68208e..0346a330 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.57.0" + uses: "updatecli/updatecli-action@v2.58.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: From 00c26bc7f9bd886aef32d09c25675477bd9b3014 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 27 May 2024 15:23:33 +0000 Subject: [PATCH 2/2] chore: Bump updatecli version in action.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d81f0fb8..48469a54 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.77.0 + default: v0.78.0 runs: using: 'node20' main: 'dist/index.js'