From 7e75b408648d6aacf3a7b727d26ea60cea02cf8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 10:21:01 +0000 Subject: [PATCH] ci(dependabot): 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/test_comprehensive.yml | 2 +- .github/workflows/test_pull_requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_comprehensive.yml b/.github/workflows/test_comprehensive.yml index d454447e7fc..7f6b73741af 100644 --- a/.github/workflows/test_comprehensive.yml +++ b/.github/workflows/test_comprehensive.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.10.1 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} diff --git a/.github/workflows/test_pull_requests.yml b/.github/workflows/test_pull_requests.yml index 044ab4f57dc..252c2fb4cf6 100644 --- a/.github/workflows/test_pull_requests.yml +++ b/.github/workflows/test_pull_requests.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.10.1 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }}