diff --git a/.github/workflows/manage-pr.yml b/.github/workflows/manage-pr.yml index 1ae2500..d09eff8 100644 --- a/.github/workflows/manage-pr.yml +++ b/.github/workflows/manage-pr.yml @@ -21,6 +21,6 @@ jobs: - name: Generate label config run: cd master && SCAN_DIR=../merge ./contrib/gen_label_config.sh - name: Update labels - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: configuration-path: master/.github/labeler.yml