diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 48999fe30b..d4231a1ce5 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 5 steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.actor, 'dependabot') }} with: repo-token: "${{ secrets.GITHUB_TOKEN }}"