From 454f617af0baf23906ba895d8b2f7c032e099f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:16:39 +0000 Subject: [PATCH] Bump the actions-deps group across 1 directory with 2 updates Bumps the actions-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - 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] --- .github/workflows/classroom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/classroom.yml b/.github/workflows/classroom.yml index 17f858f6..ebe8077e 100644 --- a/.github/workflows/classroom.yml +++ b/.github/workflows/classroom.yml @@ -24,7 +24,7 @@ jobs: SYSTEM_PROMPT: ${{ vars.SYSTEM_PROMPT }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read assignment instructions id: instructions @@ -122,7 +122,7 @@ jobs: echo "$FEEDBACK_CONTENT" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - name: Post Feedback as PR Comment ✍️ - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: FEEDBACK_BODY: ${{ steps.ai_feedback.outputs.feedback }} with: