Skip to content

Commit 321c4c6

Browse files
Merge pull request #338 from tpvasconcelos/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 4bac7e2 + 769a0e7 commit 321c4c6

2 files changed

Lines changed: 4 additions & 3 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@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 {

docs/reference/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This document outlines the list of changes to ridgeplot between each release. Fo
55
Unreleased 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

0 commit comments

Comments
 (0)