diff --git a/.github/workflows/ci-pr-labeler.yml b/.github/workflows/ci-pr-labeler.yml index a4f4cc1db..be1844fb0 100644 --- a/.github/workflows/ci-pr-labeler.yml +++ b/.github/workflows/ci-pr-labeler.yml @@ -13,7 +13,7 @@ jobs: label: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml