Skip to content

Commit 1528fc6

Browse files
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#1684)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.12.0...0.12.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton <[email protected]>
1 parent afd84fb commit 1528fc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-sphinx.yml

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

4242
steps:
4343
- name: Cancel Previous Runs
44-
uses: styfle/[email protected].0
44+
uses: styfle/[email protected].1
4545
with:
4646
access_token: ${{ github.token }}
4747

.github/workflows/conda-package.yml

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

7575
steps:
7676
- name: Cancel Previous Runs
77-
uses: styfle/[email protected].0
77+
uses: styfle/[email protected].1
7878
with:
7979
access_token: ${{ github.token }}
8080

.github/workflows/generate_coverage.yaml

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

2626
steps:
2727
- name: Cancel Previous Runs
28-
uses: styfle/[email protected].0
28+
uses: styfle/[email protected].1
2929
with:
3030
access_token: ${{ github.token }}
3131

0 commit comments

Comments
 (0)