Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit bb8bbee

Browse files
Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.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] <support@github.com>
1 parent 8aeb334 commit bb8bbee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Cancel Previous Runs
13-
uses: styfle/cancel-workflow-action@0.9.1
13+
uses: styfle/cancel-workflow-action@0.11.0
1414
with:
1515
access_token: ${{ github.token }}
1616

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Cancel Previous Runs
35-
uses: styfle/cancel-workflow-action@0.10.0
35+
uses: styfle/cancel-workflow-action@0.11.0
3636
with:
3737
access_token: ${{ github.token }}
3838

.github/workflows/pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Cancel Previous Runs
35-
uses: styfle/cancel-workflow-action@0.10.1
35+
uses: styfle/cancel-workflow-action@0.11.0
3636
with:
3737
access_token: ${{ github.token }}
3838

0 commit comments

Comments
 (0)