diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a39a72a..d11b0f6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Label PR - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file