Skip to content

Commit c06be98

Browse files
renovate[bot]CopilotB4nan
authored
chore(deps): update styfle/cancel-workflow-action action to v0.13.1 (#575)
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/apify-sdk-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- 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: B4nan <615580+B4nan@users.noreply.github.com>
1 parent eaf6748 commit c06be98

3 files changed

Lines changed: 12 additions & 15 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
type: string
2121
default: ''
2222

23+
concurrency:
24+
group: ${{ github.workflow }}-${{ github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428
# Test before releasing to ensure we don't release a broken version
2529
build_and_test:
@@ -35,11 +39,6 @@ jobs:
3539
runs-on: ${{ matrix.os }}
3640

3741
steps:
38-
- name: Cancel Workflow Action
39-
uses: styfle/cancel-workflow-action@0.13.0
40-
with:
41-
access_token: ${{ github.token }}
42-
4342
- name: Checkout repository
4443
uses: actions/checkout@v6
4544

.github/workflows/test-and-release.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
pull_request:
1212
branches: [master]
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
# NPM install is done in a separate job and cached to speed up the following jobs.
1620
build_and_test:
@@ -27,11 +31,6 @@ jobs:
2731
node-version: [18, 20, 22, 24]
2832

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

.github/workflows/test-e2e.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@ on:
99
# Runs at 2 am every day
1010
- cron: '0 2 * * *'
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:
1519
name: Build & Test
1620
runs-on: ubuntu-22.04
1721

1822
steps:
19-
- name: Cancel Workflow Action
20-
uses: styfle/cancel-workflow-action@0.13.0
21-
with:
22-
access_token: ${{ github.token }}
23-
2423
- name: Checkout repository
2524
uses: actions/checkout@v6
2625

0 commit comments

Comments
 (0)