From 5f719ac391a37375b9f409150d943c6796579129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 17:10:53 +0000 Subject: [PATCH] chore(deps): Bump updatecli/updatecli-action from 1.24.0 to 1.25.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v1.24.0...v1.25.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 520b0cec..1ef9a623 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.24.0 + uses: updatecli/updatecli-action@v1.25.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.24.0 + uses: updatecli/updatecli-action@v1.25.0 with: command: apply flags: "--config ./updatecli/updatecli.d"