Skip to content

Commit 0ee5b84

Browse files
Bump actions/github-script from 7.0.1 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6a0997 commit 0ee5b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: Create Release Notes
97-
uses: actions/github-script@v7.0.1
97+
uses: actions/github-script@v8.0.0
9898
env:
9999
TAG_NAME: "v${{ needs.npm-publish.outputs.new_version }}"
100100
with:

0 commit comments

Comments
 (0)