Skip to content

Commit f242064

Browse files
chore(ci)(deps): bump styfle/cancel-workflow-action
Bumps the github-actions group with 1 update: [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a41ef10 commit f242064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

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

3535
steps:
3636
- name: Cancel Previous Runs
37-
uses: styfle/cancel-workflow-action@0.12.1
37+
uses: styfle/cancel-workflow-action@0.13.0
3838
with:
3939
access_token: ${{ github.token }}
4040
- uses: actions/checkout@v6
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Cancel Previous Runs
68-
uses: styfle/cancel-workflow-action@0.12.1
68+
uses: styfle/cancel-workflow-action@0.13.0
6969
with:
7070
access_token: ${{ github.token }}
7171
- uses: actions/checkout@v6
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Cancel Previous Runs
99-
uses: styfle/cancel-workflow-action@0.12.1
99+
uses: styfle/cancel-workflow-action@0.13.0
100100
with:
101101
access_token: ${{ github.token }}
102102
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)