diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1a4b193b3..879a51e8f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,7 +6,8 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: action/checkoutv4 # Upload repositoru content to the runner + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labeler.yml"