diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index dd9031b0c..1fcf3f2c6 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: configuration-path: .github/labeler.yml repo-token: ${{ secrets.GITHUB_TOKEN }}