From 8a612c87f877477e25bab0511dff945b5a62ff94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:00:58 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.1 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d7906e4ad0b1822421a7e6a35d5ca353c962f410...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5669e0c..ab6daa0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -130,7 +130,7 @@ jobs: python example/example.py # Update check run called "integration-fork" on the forked PR - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: update-check-run if: ${{ always() }} env: