Skip to content

Commit c4af280

Browse files
⬆️ bump styfle/cancel-workflow-action from 0.13.0 to 0.13.1 (#19)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.13.0...0.13.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c05aa8 commit c4af280

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI-daily.yml

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

4747
steps:
4848
- name: Cancel Previous Runs
49-
uses: styfle/cancel-workflow-action@0.13.0
49+
uses: styfle/cancel-workflow-action@0.13.1
5050
with:
5151
access_token: ${{ github.token }}
5252
- uses: actions/checkout@v6

.github/workflows/CI.yml

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

3131
steps:
3232
- name: Cancel Previous Runs
33-
uses: styfle/cancel-workflow-action@0.13.0
33+
uses: styfle/cancel-workflow-action@0.13.1
3434
with:
3535
access_token: ${{ github.token }}
3636
- uses: actions/checkout@v6
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Cancel Previous Runs
63-
uses: styfle/cancel-workflow-action@0.13.0
63+
uses: styfle/cancel-workflow-action@0.13.1
6464
with:
6565
access_token: ${{ github.token }}
6666
- uses: actions/checkout@v6
@@ -89,7 +89,7 @@ jobs:
8989

9090
steps:
9191
- name: Cancel Previous Runs
92-
uses: styfle/cancel-workflow-action@0.13.0
92+
uses: styfle/cancel-workflow-action@0.13.1
9393
with:
9494
access_token: ${{ github.token }}
9595
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)