From 062f29eab1dfdba53303b10bff44270432e25325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 19:16:39 +0100 Subject: [PATCH] Bump updatecli/updatecli-action from 1.15.0 to 1.16.0 (#35) Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v1.15.0...v1.16.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 2f153628..1a4825b1 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - name: Diff - uses: updatecli/updatecli-action@v1.15.0 + uses: updatecli/updatecli-action@v1.16.0 with: command: diff flags: "--config ./updatecli/updatecli.d" @@ -25,7 +25,7 @@ jobs: UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Apply - uses: updatecli/updatecli-action@v1.15.0 + uses: updatecli/updatecli-action@v1.16.0 with: command: apply flags: "--config ./updatecli/updatecli.d"