diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 557fcc7d..f895ec92 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Apply labels based on changed files - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labeler.yml"