Skip to content

Commit ec4d429

Browse files
Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 (#397)
* Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.12.1...0.13.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * dummy push * dummy push --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: odunbar <odunbar@caltech.edu>
1 parent 1e19d4c commit ec4d429

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 60
1717
steps:
1818
- name: Cancel Previous Runs
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
- uses: actions/checkout@v6

.github/workflows/JuliaFormatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.12.1
18+
uses: styfle/cancel-workflow-action@0.13.0
1919
with:
2020
access_token: ${{ github.token }}
2121

.github/workflows/Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Cancel Previous Runs
14-
uses: styfle/cancel-workflow-action@0.12.1
14+
uses: styfle/cancel-workflow-action@0.13.0
1515
with:
1616
access_token: ${{ github.token }}
1717

@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Cancel Previous Runs
70-
uses: styfle/cancel-workflow-action@0.12.1
70+
uses: styfle/cancel-workflow-action@0.13.0
7171
with:
7272
access_token: ${{ github.token }}
7373

@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Cancel Previous Runs
111-
uses: styfle/cancel-workflow-action@0.12.1
111+
uses: styfle/cancel-workflow-action@0.13.0
112112
with:
113113
access_token: ${{ github.token }}
114114

0 commit comments

Comments
 (0)