From 85d3cbd7a027c703206243fc237138c7d9a80b5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:24:26 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5992050..271dff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: Update release notes from changelog - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');