diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index c513844..2b794f1 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply labels from changed files - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"