https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51f3ef04f24273b29d987…
commit 51f3ef04f24273b29d987c6893abf78d99a9a552
Author: Adam Stachowicz <saibamenppl(a)gmail.com>
AuthorDate: Fri Feb 9 20:52:12 2024 +0100
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri Feb 9 22:52:12 2024 +0300
[GITHUB] labeler.yml: Update to v5 (#6326)
Release notes:
https://github.com/actions/labeler/releases
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 331ddc9b803..80bba040d0c 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v3
+ - uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"