diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7672853..3974922 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check PR size - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: configuration-path: .github/pr-labeler.yml sync-labels: true @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v4 - name: Auto-label PR - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml