Skip to content

Commit db8d78a

Browse files
authored
Merge pull request #140 from IntelPython/dependabot/github_actions/styfle/cancel-workflow-action-0.13.0
Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0
2 parents a88e7f7 + 4d7f633 commit db8d78a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-with-clang.yml

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/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
28+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
2929
with:
3030
access_token: ${{ github.token }}
3131

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Cancel Previous Runs
28-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
28+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
2929
with:
3030
access_token: ${{ github.token }}
3131

@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Cancel Previous Runs
97-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
97+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
9898
with:
9999
access_token: ${{ github.token }}
100100

0 commit comments

Comments
 (0)