Skip to content

Commit 0b12ce6

Browse files
🌱 Bump styfle/cancel-workflow-action from 0.5.0 to 0.11.0 (#2391)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.5.0 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.5.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41e5c5a commit 0b12ce6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/macos_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Cancel Previous Runs
23-
uses: styfle/cancel-workflow-action@0.5.0
23+
uses: styfle/cancel-workflow-action@0.11.0
2424
with:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626
- uses: actions/checkout@v3

.github/workflows/run_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: macos-latest
2020
steps:
2121
- name: Cancel Previous Runs
22-
uses: styfle/cancel-workflow-action@0.6.0
22+
uses: styfle/cancel-workflow-action@0.11.0
2323
with:
2424
access_token: '${{ secrets.GITHUB_TOKEN }}'
2525

.github/workflows/ubuntu_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# TODO: change to 'egress-policy: block' after auditing a number of runs and updating the allowed-endpoints option accordingly
2828

2929
- name: Cancel Previous Runs
30-
uses: styfle/cancel-workflow-action@0.5.0
30+
uses: styfle/cancel-workflow-action@0.11.0
3131
with:
3232
access_token: ${{ github.token }}
3333
- uses: actions/checkout@v3

.github/workflows/windows_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Cancel Previous Runs
20-
uses: styfle/cancel-workflow-action@0.5.0
20+
uses: styfle/cancel-workflow-action@0.11.0
2121
with:
2222
access_token: ${{ secrets.GITHUB_TOKEN }}
2323
- uses: actions/checkout@v3

.github/workflows/wsl_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Cancel Previous Runs
36-
uses: styfle/cancel-workflow-action@0.5.0
36+
uses: styfle/cancel-workflow-action@0.11.0
3737
with:
3838
access_token: ${{ secrets.GITHUB_TOKEN }}
3939

0 commit comments

Comments
 (0)