diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7fe83b2..69a2a9b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,6 +13,6 @@ jobs: with: all_but_latest: true access_token: ${{ github.token }} - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file