From f4d2ff4cc1b32d6a56126a6d638387ec9b1efeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:33:40 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.1...0.11.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/navv-build-push-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/navv-build-push-ghcr.yml b/.github/workflows/navv-build-push-ghcr.yml index 6b20e3c..967f494 100644 --- a/.github/workflows/navv-build-push-ghcr.yml +++ b/.github/workflows/navv-build-push-ghcr.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Cancel previous run in progress - uses: styfle/cancel-workflow-action@0.10.1 + uses: styfle/cancel-workflow-action@0.11.0 with: ignore_sha: true all_but_latest: true