diff options
Diffstat (limited to '.github/workflows/pr_labeler.yml')
-rw-r--r-- | .github/workflows/pr_labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 4e231bb0be..28ee6bd3df 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: true - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml |