Skip to content

Commit a720407

Browse files
build(deps): Bump actions/github-script from 8 to 9 (#306)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' 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 23b6e9c commit a720407

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
198198
199199
- name: Greenlight releasing to MELPA
200-
uses: actions/github-script@v8
200+
uses: actions/github-script@v9
201201
with:
202202
github-token: ${{ secrets.PAT }}
203203
script: |
@@ -211,7 +211,7 @@ jobs:
211211

212212
# We don't want this to trigger workflows, so we don't use a personal access token.
213213
- name: Greenlight releasing to MELPA Stable
214-
uses: actions/github-script@v8
214+
uses: actions/github-script@v9
215215
with:
216216
script: |
217217
github.rest.git.createRef({

0 commit comments

Comments
 (0)