diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index b91fc299b..0575e2f96 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -37,6 +37,6 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"