From b8f02fc59b781f4a200fd7fa92bfce2905774b87 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 18 Jun 2024 09:59:45 +0000 Subject: [PATCH] chore: deps: update Updatecli used by Github Action to v2.61.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 080f4e38..c371beeb 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.60.0" + uses: "updatecli/updatecli-action@v2.61.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: