diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 975aad2c4..9f984f1b2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply labels based on file paths - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"