From 6ae1901dba68b68573fabee3ebff4dab117daca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:03:45 +0000 Subject: [PATCH] build(deps): bump styfle/cancel-workflow-action Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from aec1e95348a6983270197ef14011414346269b77 to 25b1072e6989f076cfebf162ba7109fcde126aa6. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/aec1e95348a6983270197ef14011414346269b77...25b1072e6989f076cfebf162ba7109fcde126aa6) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6d979b4..859c7c5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@aec1e95348a6983270197ef14011414346269b77 + uses: styfle/cancel-workflow-action@25b1072e6989f076cfebf162ba7109fcde126aa6 with: access_token: ${{ github.token }}