diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index bf82f2c..1ee1149 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -7,7 +7,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/pr_labeler.yml