From ba01ac3134744679723170862bd3f09af964f2ab Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 16 Jun 2024 16:06:39 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v2.60.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 38defd2a..080f4e38 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.59.0" + uses: "updatecli/updatecli-action@v2.60.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: From 3d9375741fef5b5523bc3e063c6a9fbb971d6d1a Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 17 Jun 2024 16:51:38 +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 905b1191..d339f105 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.79.0 + default: v0.79.1 runs: using: 'node20' main: 'dist/index.js'