From ec5c85f999d437c7cc88a08a14224035f8249dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:10:48 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/release-comments.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-comments.yml b/.github/workflows/release-comments.yml index e88f7a68fe3..cfd4c119a1b 100644 --- a/.github/workflows/release-comments.yml +++ b/.github/workflows/release-comments.yml @@ -25,7 +25,7 @@ jobs: ### Semantic Release Bot comments for issues and PRs ### - name: Add release comments to issues and PRs - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: GH_TOKEN: ${{ secrets.ACCESS_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb26c3acef2..e927f75cfd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: ### Semantic Release Bot comments for issues and PRs ### - name: Add release comments to issues and PRs - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 if: ${{ github.event.inputs.snapshot == 'false' }} env: GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}