File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686
8787 - name : Resolve comment
8888 if : ${{ env.MISSING_CHANGELOG_ENTRY == '0' && steps.fc.outputs.comment-id != '' }}
89- uses : actions/github-script@v7
89+ uses : actions/github-script@v8
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@v7
107+ uses : actions/github-script@v8
108108 with :
109109 script : |
110110 query = `mutation unminimizeComment {
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ This document outlines the list of changes to ridgeplot between each release. Fo
55Unreleased changes
66------------------
77
8- - Bump project classification from Pre-Alpha to Alpha. ({gh-pr}` 336 ` )
8+ - Bump project classification from Pre-Alpha to Alpha ({gh-pr}` 336 ` )
9+ - Bump actions/github-script from 7 to 8 ({gh-pr}` 338 ` )
910
1011### CI/CD
1112
You can’t perform that action at this time.
0 commit comments