From 4f117e39375935daf08d088b239396500f290256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:58:34 +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 034d0e91921de4e82c4b8c958df266ca615543e8. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/aec1e95348a6983270197ef14011414346269b77...034d0e91921de4e82c4b8c958df266ca615543e8) --- 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..dab64e1 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@034d0e91921de4e82c4b8c958df266ca615543e8 with: access_token: ${{ github.token }}