From db51de7ab412a8fd7872fb6ec6cbc784c8e29712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:09:55 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-to-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-to-release.yml b/.github/workflows/build-to-release.yml index 5430146..8d34de3 100644 --- a/.github/workflows/build-to-release.yml +++ b/.github/workflows/build-to-release.yml @@ -38,7 +38,7 @@ jobs: - name: Get latest release id: latest_release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const releases = await github.rest.repos.listReleases({ @@ -49,7 +49,7 @@ jobs: result-encoding: string - name: Upload to Release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');