Skip to content

Commit 42679a5

Browse files
renovate[bot]Copilotbarjin
authored
chore(deps): update styfle/cancel-workflow-action action to v0.13.1 (#3490)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [styfle/cancel-workflow-action](https://redirect.github.com/styfle/cancel-workflow-action) | action | patch | `0.13.0` → `0.13.1` | --- ### Release Notes <details> <summary>styfle/cancel-workflow-action (styfle/cancel-workflow-action)</summary> ### [`v0.13.1`](https://redirect.github.com/styfle/cancel-workflow-action/releases/tag/0.13.1) [Compare Source](https://redirect.github.com/styfle/cancel-workflow-action/compare/0.13.0...0.13.1) ##### Patches - Fix: update Node.js runtime from 20 to 24: [#&#8203;217](https://redirect.github.com/styfle/cancel-workflow-action/issues/217) </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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: barjin <61918049+barjin@users.noreply.github.com>
1 parent 9b127bf commit 42679a5

3 files changed

Lines changed: 12 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
type: string
2424
default: ''
2525

26+
concurrency:
27+
group: ${{ github.workflow }}-${{ github.ref }}
28+
cancel-in-progress: true
29+
2630
jobs:
2731
# Test before releasing to ensure we don't release a broken version
2832
build_and_test:
@@ -38,11 +42,6 @@ jobs:
3842
runs-on: ${{ matrix.os }}
3943

4044
steps:
41-
- name: Cancel Workflow Action
42-
uses: styfle/cancel-workflow-action@0.13.0
43-
with:
44-
access_token: ${{ github.token }}
45-
4645
- name: Checkout repository
4746
uses: actions/checkout@v6
4847

.github/workflows/test-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
YARN_IGNORE_NODE: 1
1111
RETRY_TESTS: 1
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
# `yarn install` is done in a separate job and cached to speed up the following jobs.
1519
build_and_test:
@@ -26,11 +30,6 @@ jobs:
2630
node-version: [ 18, 20, 22, 24 ]
2731

2832
steps:
29-
- name: Cancel Workflow Action
30-
uses: styfle/cancel-workflow-action@0.13.0
31-
with:
32-
access_token: ${{ github.token }}
33-
3433
- name: Checkout repository
3534
uses: actions/checkout@v6
3635

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
env:
1010
YARN_IGNORE_NODE: 1
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
# NPM install is done in a separate job and cached to speed up the following jobs.
1418
build_and_test:
@@ -21,11 +25,6 @@ jobs:
2125
storage: [ LOCAL, MEMORY, PLATFORM ]
2226

2327
steps:
24-
- name: Cancel Workflow Action
25-
uses: styfle/cancel-workflow-action@0.13.0
26-
with:
27-
access_token: ${{ github.token }}
28-
2928
- name: Checkout repository
3029
uses: actions/checkout@v6
3130

0 commit comments

Comments
 (0)