aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-05 20:36:17 -0600
committerGitHub <noreply@github.com>2024-02-05 20:36:17 -0600
commitb030f0a809d968db049793d1309eaf400f7efffe (patch)
tree77e1cedb5b0a8c176b2a45b5ed1df38579c21d2a
parent09e9ba167fc1b85c1553659769ddb73433f97842 (diff)
downloadcompiler-explorer-gh-10504.tar.gz
compiler-explorer-gh-10504.zip
chore(deps): update actions/labeler action to v5 (#6093)gh-10504
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/labeler](https://togithub.com/actions/labeler) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/labeler (actions/labeler)</summary> ### [`v5`](https://togithub.com/actions/labeler/compare/v4...v5) [Compare Source](https://togithub.com/actions/labeler/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone America/Chicago, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/compiler-explorer/compiler-explorer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/label.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index 093d4922a..f40b4a3ad 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -11,6 +11,6 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v4
+ - uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'