diff --git a/.github/workflows/maint-69-sync-labels.yml b/.github/workflows/maint-69-sync-labels.yml index 5668cd11d..95fdd6e28 100644 --- a/.github/workflows/maint-69-sync-labels.yml +++ b/.github/workflows/maint-69-sync-labels.yml @@ -46,7 +46,7 @@ jobs: - name: Parse labels-core.yml id: parse - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -68,7 +68,7 @@ jobs: - name: Determine target repos id: repos - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -104,7 +104,7 @@ jobs: core.setOutput('repos', JSON.stringify(repos)); - name: Sync labels to repos - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: LABELS_JSON: ${{ steps.parse.outputs.labels }} REPOS_JSON: ${{ steps.repos.outputs.repos }}