diff --git a/.github/workflows/global.labeler.yml b/.github/workflows/global.labeler.yml index f54d74c..8121712 100644 --- a/.github/workflows/global.labeler.yml +++ b/.github/workflows/global.labeler.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: 'Set labels on Pull Request' steps: - - uses: actions/labeler@v6.1.0 + - uses: actions/labeler@v6.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true