From 6151daa9d8d7cc168d0490cfad9abd8f85ab564b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:57:10 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-preview.yml | 2 +- .github/workflows/lambda-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 9e009f23..2e3730ad 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -124,7 +124,7 @@ jobs: retention-days: 7 - name: Comment PR with preview info - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const prNumber = context.issue.number; diff --git a/.github/workflows/lambda-tests.yml b/.github/workflows/lambda-tests.yml index ee25223b..6ad1f529 100644 --- a/.github/workflows/lambda-tests.yml +++ b/.github/workflows/lambda-tests.yml @@ -209,7 +209,7 @@ jobs: - name: Comment benchmark results on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');