From 0525b4fa129ba79e6769a67393329412f235ba76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:14:17 +0000 Subject: [PATCH] chore(deps): Bump updatecli/updatecli-action from 1.31.0 to 1.32.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v1.31.0...v1.32.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 26368299..732ef327 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Diff - uses: updatecli/updatecli-action@v1.31.0 + uses: updatecli/updatecli-action@v1.32.0 with: command: diff flags: "--config ./updatecli/updatecli.d" @@ -31,7 +31,7 @@ jobs: UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Apply - uses: updatecli/updatecli-action@v1.31.0 + uses: updatecli/updatecli-action@v1.32.0 with: command: apply flags: "--config ./updatecli/updatecli.d"