diff --git a/.github/workflows/auto-file-labels.yml b/.github/workflows/auto-file-labels.yml index 6e7f34bc..c35a8cde 100644 --- a/.github/workflows/auto-file-labels.yml +++ b/.github/workflows/auto-file-labels.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Label PRs automatically - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file