From 078f72a93d0d1ccfc02ef3e30818463ac77b9a22 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 10 Apr 2026 00:49:05 +0000 Subject: [PATCH] deps: update actions/github-script action to v9 --- .github/workflows/auto-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 18d92e5a2..ec0a464f6 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest if: contains(github.head_ref, 'release-please') steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 with: github-token: ${{secrets.YOSHI_APPROVER_TOKEN}} debug: true