Skip to content

Commit 6ce1d73

Browse files
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#1123)
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>
1 parent a898e75 commit 6ce1d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Cancel Previous Runs
19-
uses: styfle/[email protected].0
19+
uses: styfle/[email protected].1
2020
with:
2121
access_token: ${{ github.token }}
2222

@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Cancel Previous Runs
47-
uses: styfle/[email protected].0
47+
uses: styfle/[email protected].1
4848
with:
4949
access_token: ${{ github.token }}
5050

0 commit comments

Comments
 (0)