aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr-labeler.yml')
-rw-r--r--.github/workflows/pr-labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index 39067d1d99..0c4b251110 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v3
+ - uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"