Skip to content

Commit f635c15

Browse files
build(deps): Bump actions/github-script from 5 to 7 (#277)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v7) --- updated-dependencies: - dependency-name: actions/github-script 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 12f92ef commit f635c15

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
@@ -164,7 +164,7 @@ jobs:
164164
echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
165165
166166
- name: Greenlight releasing to MELPA
167-
uses: actions/github-script@v5
167+
uses: actions/github-script@v7
168168
with:
169169
github-token: ${{ secrets.PAT }}
170170
script: |
@@ -178,7 +178,7 @@ jobs:
178178

179179
# We don't want this to trigger workflows, so we don't use a personal access token.
180180
- name: Greenlight releasing to MELPA Stable
181-
uses: actions/github-script@v5
181+
uses: actions/github-script@v7
182182
with:
183183
script: |
184184
github.rest.git.createRef({

0 commit comments

Comments
 (0)