Skip to content

Commit e025934

Browse files
chore(deps): update styfle/cancel-workflow-action action to v0.13.0 (#3342)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [styfle/cancel-workflow-action](https://redirect.github.com/styfle/cancel-workflow-action) | action | minor | `0.12.1` → `0.13.0` | --- ### Release Notes <details> <summary>styfle/cancel-workflow-action (styfle/cancel-workflow-action)</summary> ### [`v0.13.0`](https://redirect.github.com/styfle/cancel-workflow-action/compare/0.12.1...0.13.0) [Compare Source](https://redirect.github.com/styfle/cancel-workflow-action/compare/0.12.1...0.13.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/crawlee). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89309bc commit e025934

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

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

4040
steps:
4141
- name: Cancel Workflow Action
42-
uses: styfle/cancel-workflow-action@0.12.1
42+
uses: styfle/cancel-workflow-action@0.13.0
4343
with:
4444
access_token: ${{ github.token }}
4545

.github/workflows/test-ci.yml

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

2828
steps:
2929
- name: Cancel Workflow Action
30-
uses: styfle/cancel-workflow-action@0.12.1
30+
uses: styfle/cancel-workflow-action@0.13.0
3131
with:
3232
access_token: ${{ github.token }}
3333

.github/workflows/test-e2e.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 Workflow Action
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)