summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-10-12 16:49:46 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-10-12 16:49:46 +0200
commit5fb7232bc0592cb2e1818fa47dfaecc291c8514e (patch)
tree801b8a181db00bd444c5d0fb5dc07beab27945a6 /.github/workflows
parent77b24012db1d696ca87c03fa1bb8bdf2606119e7 (diff)
downloadopenwrt-5fb7232bc0592cb2e1818fa47dfaecc291c8514e.tar.gz
CI: labeler: target major version of labeler action
Target major version of labeler to include minor fixes and use always the latest major version with included fixes. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 420617809b..b67265ca80 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -14,6 +14,6 @@ jobs:
name: Pull Request Labeler
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v4.0.1
+ - uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'