Skip to content

Commit ce41a87

Browse files
authored
Merge pull request #2232 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 87fe88b + baa9e8f commit ce41a87

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
2828
steps:
2929
- name: Cancel Previous Runs
30-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
30+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
3131
with:
3232
access_token: ${{ github.token }}
3333

@@ -88,7 +88,7 @@ jobs:
8888
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
8989
steps:
9090
- name: Cancel Previous Runs
91-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
91+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
9292
with:
9393
access_token: ${{ github.token }}
9494

.github/workflows/generate-coverage.yaml

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

2121
steps:
2222
- name: Cancel Previous Runs
23-
uses: styfle/cancel-workflow-action@0.12.1
23+
uses: styfle/cancel-workflow-action@0.13.0
2424
with:
2525
access_token: ${{ github.token }}
2626

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@0.12.1
21+
uses: styfle/cancel-workflow-action@0.13.0
2222
with:
2323
access_token: ${{ github.token }}
2424
- name: Add Intel repository

.github/workflows/os-llvm-sycl-build.yml

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

2323
steps:
2424
- name: Cancel Previous Runs
25-
uses: styfle/cancel-workflow-action@0.12.1
25+
uses: styfle/cancel-workflow-action@0.13.0
2626
with:
2727
access_token: ${{ github.token }}
2828

0 commit comments

Comments
 (0)