diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e3df8bb1db..eb13a2db7b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Assign GitHub labels - uses: actions/labeler@main + uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/workflows/module_labeler_conf.yml