Skip to content

Commit c6719c4

Browse files
chore: bump styfle/cancel-workflow-action from 0.6.0 to 0.11.0 (#334)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.6.0 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.6.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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af8e97d commit c6719c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test32bit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 1.57.0
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@0.6.0
21+
uses: styfle/cancel-workflow-action@0.11.0
2222
with:
2323
access_token: ${{ secrets.GITHUB_TOKEN }}
2424
- uses: actions/checkout@v3

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 1.57.0
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@0.6.0
21+
uses: styfle/cancel-workflow-action@0.11.0
2222
with:
2323
access_token: ${{ secrets.GITHUB_TOKEN }}
2424

.github/workflows/valgrind.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- stable
1616
steps:
1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.6.0
18+
uses: styfle/cancel-workflow-action@0.11.0
1919
with:
2020
access_token: ${{ secrets.GITHUB_TOKEN }}
2121

0 commit comments

Comments
 (0)