From b576df1460e86945467be17a4c9e2e83ad6247ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 17:11:45 +0000 Subject: [PATCH] chore(deps): Bump updatecli/updatecli-action from 1.25.0 to 1.26.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v1.25.0...v1.26.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 1ef9a623..6e5dc3a2 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.25.0 + uses: updatecli/updatecli-action@v1.26.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.25.0 + uses: updatecli/updatecli-action@v1.26.0 with: command: apply flags: "--config ./updatecli/updatecli.d"