Skip to content

Commit fb4e12f

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.1
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.11.0...0.12.1) --- 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]>
1 parent e6471f4 commit fb4e12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⏹ Cancel Previous Runs
12-
uses: styfle/cancel-workflow-action@0.11.0
12+
uses: styfle/cancel-workflow-action@0.12.1
1313
with:
1414
access_token: ${{ secrets.GITHUB_TOKEN }}
1515

.github/workflows/unit-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: ⏹ Cancel Previous Runs
15-
uses: styfle/cancel-workflow-action@0.11.0
15+
uses: styfle/cancel-workflow-action@0.12.1
1616
with:
1717
access_token: ${{ secrets.GITHUB_TOKEN }}
1818

0 commit comments

Comments
 (0)