From 25bad94ff67fc2dd8ffca9711564cf237cc6211e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:30:12 +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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1864e67..553aadd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Check if version has changed id: check-version - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const version = '${{ github.event.inputs.version }}' || require('./package.json').version; @@ -99,7 +99,7 @@ jobs: run: mv package.json.real package.json - name: Create release and upload release asset - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require("fs");