diff --git a/.github/workflows/pr-scope-label.yml b/.github/workflows/pr-scope-label.yml index 375b81dd..e070ca93 100644 --- a/.github/workflows/pr-scope-label.yml +++ b/.github/workflows/pr-scope-label.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Add labels to PR 🧧' - uses: actions/labeler@v5 + uses: actions/labeler@v7 with: configuration-path: .github/pr-scope-labeler.yml sync-labels: true