diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-12 16:49:46 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-12 16:49:46 +0200 |
commit | 5fb7232bc0592cb2e1818fa47dfaecc291c8514e (patch) | |
tree | 801b8a181db00bd444c5d0fb5dc07beab27945a6 /.github | |
parent | 77b24012db1d696ca87c03fa1bb8bdf2606119e7 (diff) | |
download | upstream-5fb7232bc0592cb2e1818fa47dfaecc291c8514e.tar.gz upstream-5fb7232bc0592cb2e1818fa47dfaecc291c8514e.tar.bz2 upstream-5fb7232bc0592cb2e1818fa47dfaecc291c8514e.zip |
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')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
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 }}' |