diff --git a/.github/workflows/pr-scope-label.yml b/.github/workflows/pr-scope-label.yml index fcf15cc..b2de8f7 100644 --- a/.github/workflows/pr-scope-label.yml +++ b/.github/workflows/pr-scope-label.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: configuration-path: .github/pr-scope-labeler.yml sync-labels: true