diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index dab6b3706..b2d5031b5 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Apply labels based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labeler.yml"