Skip to content

Commit 43291b5

Browse files
authored
Merge pull request #263 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 624f4f0 + c51ee24 commit 43291b5

3 files changed

Lines changed: 5 additions & 5 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-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
numpy: '2.3'
3232
steps:
3333
- name: Cancel Previous Runs
34-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
34+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
3535
with:
3636
access_token: ${{ github.token }}
3737

@@ -166,7 +166,7 @@ jobs:
166166
numpy: '2.3'
167167
steps:
168168
- name: Cancel Previous Runs
169-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
169+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
170170
with:
171171
access_token: ${{ github.token }}
172172

.github/workflows/conda-package.yml

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

@@ -159,7 +159,7 @@ jobs:
159159
python: ['3.10', '3.11', '3.12', '3.13']
160160
steps:
161161
- name: Cancel Previous Runs
162-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
162+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
163163
with:
164164
access_token: ${{ github.token }}
165165

0 commit comments

Comments
 (0)