Skip to content

Commit 5d15fe4

Browse files
Bump actions/github-script from 8 to 9
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: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
1 parent abd6f8b commit 5d15fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Resolve comment
8888
if: ${{ env.MISSING_CHANGELOG_ENTRY == '0' && steps.fc.outputs.comment-id != '' }}
89-
uses: actions/github-script@v8
89+
uses: actions/github-script@v9
9090
with:
9191
script: |
9292
query = `mutation minimizeComment {
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Unresolve comment
106106
if: ${{ env.MISSING_CHANGELOG_ENTRY == '1' && steps.fc.outputs.comment-id != '' }}
107-
uses: actions/github-script@v8
107+
uses: actions/github-script@v9
108108
with:
109109
script: |
110110
query = `mutation unminimizeComment {

0 commit comments

Comments
 (0)