Skip to content

Commit 6813e17

Browse files
Update octokit/request-action action to v3 (#7479)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [octokit/request-action](https://redirect.github.com/octokit/request-action) | action | major | `v2.4.0` → `v3.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Release Notes <details> <summary>octokit/request-action (octokit/request-action)</summary> ### [`v3.0.0`](https://redirect.github.com/octokit/request-action/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/octokit/request-action/compare/v2.4.0...v3.0.0) ##### Bug Fixes - **deps:** update dependency [@&#8203;octokit/action](https://redirect.github.com/octokit/action) to v8, update runner to v24, switch build from NCC to ESBuild ([#&#8203;324](https://redirect.github.com/octokit/request-action/issues/324)) ([b91aaba](https://redirect.github.com/octokit/request-action/commit/b91aabaa861c777dcdb14e2387e30eddf04619ae)) ##### BREAKING CHANGES - **deps:** Update runner to Node 24 Co-authored-by: uzlopak <aras.abbasi@googlemail.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com> Co-authored-by: wolfy1339 <4595477+wolfy1339@&#8203;users.noreply.github.com> Co-authored-by: Audrey Romanet <7204715+aromanet42@&#8203;users.noreply.github.com> Co-authored-by: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://redirect.github.com/users).noreply.github.com> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - 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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63e5aee commit 6813e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Get PR Labels from API
2121
id: get_labels_api
22-
uses: octokit/request-action@v2.4.0 # Use an action to make API requests
22+
uses: octokit/request-action@v3.0.0 # Use an action to make API requests
2323
with:
2424
route: GET /repos/{owner}/{repo}/issues/{pull_number}/labels
2525
owner: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)