Skip to content

Commit a83e7d7

Browse files
build(deps): bump actions/github-script from 7 to 8 (#16)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c74629 commit a83e7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
git push origin "$NEW_VERSION"
162162
163163
- name: Create GitHub Prerelease
164-
uses: actions/github-script@v7
164+
uses: actions/github-script@v8
165165
with:
166166
script: |
167167
const fs = require('fs');

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
git push origin "$NEW_VERSION"
228228
229229
- name: Create GitHub Release
230-
uses: actions/github-script@v7
230+
uses: actions/github-script@v8
231231
with:
232232
script: |
233233
const fs = require('fs');

0 commit comments

Comments
 (0)