diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index f468a5e9c1..e6fedc5595 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -218,7 +218,7 @@ jobs: run: python analyze_pr.py - name: Add LLM analysis as PR comment - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/cron-update-contributors.yml b/.github/workflows/cron-update-contributors.yml index 59a1c68d9d..e77002a6cc 100644 --- a/.github/workflows/cron-update-contributors.yml +++ b/.github/workflows/cron-update-contributors.yml @@ -43,7 +43,7 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR - uses: actions/github-script@v6 + uses: actions/github-script@v8 if: env.new_files == 'true' with: script: | diff --git a/.github/workflows/cron-update-icons.yml b/.github/workflows/cron-update-icons.yml index caef21e748..7b85662cbc 100644 --- a/.github/workflows/cron-update-icons.yml +++ b/.github/workflows/cron-update-icons.yml @@ -44,7 +44,7 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR - uses: actions/github-script@v6 + uses: actions/github-script@v8 if: env.new_files == 'true' with: github-token: ${{ secrets.PAT }} diff --git a/.github/workflows/cron-update-statuses.yml b/.github/workflows/cron-update-statuses.yml index fcfeed7310..9265baee04 100644 --- a/.github/workflows/cron-update-statuses.yml +++ b/.github/workflows/cron-update-statuses.yml @@ -41,7 +41,7 @@ jobs: fi - name: Create PR - uses: actions/github-script@v6 + uses: actions/github-script@v8 if: env.new_files == 'true' with: script: | diff --git a/.github/workflows/cron-update-tokens.yml b/.github/workflows/cron-update-tokens.yml index ec712010b0..5f23811cc3 100644 --- a/.github/workflows/cron-update-tokens.yml +++ b/.github/workflows/cron-update-tokens.yml @@ -45,7 +45,7 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR - uses: actions/github-script@v6 + uses: actions/github-script@v8 if: env.new_files == 'true' with: script: | diff --git a/.github/workflows/storybook-playroom.yml b/.github/workflows/storybook-playroom.yml index e9b1b34f80..039d8cc259 100644 --- a/.github/workflows/storybook-playroom.yml +++ b/.github/workflows/storybook-playroom.yml @@ -61,7 +61,7 @@ jobs: - name: Add comment to PR if: ${{ env.IS_MASTER_BRANCH != 'true' }} - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const commentBody = `Storybook staging is available at ${process.env.DOMAIN}\n\nPlayroom staging is available at ${process.env.DOMAIN_PLAYROOM}`;