diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 5caf1e80..98dfb181 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Apply labels based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml