From 8261665c4091d59d2ed6db201685531b18c054e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:41:11 +0000 Subject: [PATCH] Bump updatecli/updatecli-action from 2.16.2 to 2.29.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.16.2 to 2.29.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v2.16.2...v2.29.0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 acf2a4a3..de2d8cf4 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -14,7 +14,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v3" - name: "Setup updatecli" - uses: "updatecli/updatecli-action@v2.16.2" + uses: "updatecli/updatecli-action@v2.29.0" - name: Set up Go uses: actions/setup-go@v3 with: