From d74418a21e40f6c8ec105a1a95c4533ce6f17009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:48:42 +0200 Subject: [PATCH] chore(deps): Bump updatecli/updatecli-action from 2.58.0 to 2.59.0 (#522) Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.58.0 to 2.59.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v2.58.0...v2.59.0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0346a330..38defd2a 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.58.0" + uses: "updatecli/updatecli-action@v2.59.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: