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