diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml index be31606d9..2d9edda17 100644 --- a/.github/workflows/auto-close.yml +++ b/.github/workflows/auto-close.yml @@ -36,7 +36,7 @@ jobs: dry_run: 'false' steps: - name: Validate and process ${{ matrix.label }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: LABEL_NAME: ${{ matrix.label }} DAYS_TO_WAIT: ${{ matrix.days }} diff --git a/.github/workflows/auto-strands-review.yml b/.github/workflows/auto-strands-review.yml index ebcbc1870..e4750cfa2 100644 --- a/.github/workflows/auto-strands-review.yml +++ b/.github/workflows/auto-strands-review.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger Strands Command Workflow - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index 2ac596190..8e3e52a17 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -21,7 +21,7 @@ jobs: - name: Create issue if links are broken if: steps.link-check.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = '🔗 Broken markdown links detected'; diff --git a/.github/workflows/pr-size-labeler.yml b/.github/workflows/pr-size-labeler.yml index bc4d52c6d..78fb5a753 100644 --- a/.github/workflows/pr-size-labeler.yml +++ b/.github/workflows/pr-size-labeler.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - name: Calculate PR size and apply label - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request;