diff --git a/.github/workflows/global.labeler.yml b/.github/workflows/global.labeler.yml index b8c3a6e..332e813 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@v5 + - uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true