Skip to content

Commit f0fc483

Browse files
authored
Merge pull request #268 from shurco/dependabot/github_actions/styfle/cancel-workflow-action-0.13.0
🔧 build(deps): Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0
2 parents 27a2bb9 + 51b33e1 commit f0fc483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: "!contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
1818
steps:
19-
- uses: styfle/cancel-workflow-action@0.12.1
19+
- uses: styfle/cancel-workflow-action@0.13.0
2020
with:
2121
access_token: ${{ github.token }}
2222

0 commit comments

Comments
 (0)