From 9246c43283ef757db6a5fb217da68c333e83963d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 07:22:59 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index fa1db2f..6a77fa7 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -87,7 +87,7 @@ jobs: uses: actions/checkout@v6 - name: Create release tag id: tag_release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const version = process.env.PACKAGE_VERSION;