Skip to content

Commit 25bad94

Browse files
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](actions/github-script@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] <support@github.com>
1 parent 8850a66 commit 25bad94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- name: Check if version has changed
3030
id: check-version
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v8
3232
with:
3333
script: |
3434
const version = '${{ github.event.inputs.version }}' || require('./package.json').version;
@@ -99,7 +99,7 @@ jobs:
9999
run: mv package.json.real package.json
100100

101101
- name: Create release and upload release asset
102-
uses: actions/github-script@v7
102+
uses: actions/github-script@v8
103103
with:
104104
script: |
105105
const fs = require("fs");

0 commit comments

Comments
 (0)