Skip to content

Commit 6b0a563

Browse files
build(deps): Bump actions/github-script from 7 to 8 (#294)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3399200 commit 6b0a563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
187187
188188
- name: Greenlight releasing to MELPA
189-
uses: actions/github-script@v7
189+
uses: actions/github-script@v8
190190
with:
191191
github-token: ${{ secrets.PAT }}
192192
script: |
@@ -200,7 +200,7 @@ jobs:
200200

201201
# We don't want this to trigger workflows, so we don't use a personal access token.
202202
- name: Greenlight releasing to MELPA Stable
203-
uses: actions/github-script@v7
203+
uses: actions/github-script@v8
204204
with:
205205
script: |
206206
github.rest.git.createRef({

0 commit comments

Comments
 (0)