Skip to content

Commit 589f9de

Browse files
Bump actions/github-script from 7 to 8 in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de0886b commit 589f9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/classroom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "$FEEDBACK_CONTENT" >> $GITHUB_OUTPUT
117117
echo "EOF" >> $GITHUB_OUTPUT
118118
- name: Post Feedback as PR Comment ✍️
119-
uses: actions/github-script@v7
119+
uses: actions/github-script@v8
120120
env:
121121
FEEDBACK_BODY: ${{ steps.ai_feedback.outputs.feedback }}
122122
with:
@@ -285,7 +285,7 @@ jobs:
285285
echo "$FEEDBACK_CONTENT" >> $GITHUB_OUTPUT
286286
echo "EOF" >> $GITHUB_OUTPUT
287287
- name: Post Feedback as PR Comment ✍️
288-
uses: actions/github-script@v7
288+
uses: actions/github-script@v8
289289
env:
290290
FEEDBACK_BODY: ${{ steps.ai_feedback.outputs.feedback }}
291291
with:

0 commit comments

Comments
 (0)