diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index bf7c35f..b463ec1 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -25,6 +25,6 @@ jobs: - name: "Check out the codebase." uses: "actions/checkout@v5" - - uses: "actions/labeler@v5.0.0" + - uses: "actions/labeler@v6.0.0" with: repo-token: "${{ secrets.GITHUB_TOKEN }}"