diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 53a74977..e31d4889 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,6 @@ jobs: checks: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@master + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"