diff --git a/.github/workflows/Apply Labels to Pull Request.yml b/.github/workflows/Apply Labels to Pull Request.yml index d16ef9e..9f8d1aa 100644 --- a/.github/workflows/Apply Labels to Pull Request.yml +++ b/.github/workflows/Apply Labels to Pull Request.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Apply Labels Based on PR Changes - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml