diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0a514be..13f4ff5 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,6 +15,6 @@ jobs: steps: - name: Label pull request - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }}