From 44fd8ccb74b63bccea971e8636c832bb38c4f585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:31:20 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/classroom.yml b/.github/workflows/classroom.yml index 64c23a6..f9f578d 100644 --- a/.github/workflows/classroom.yml +++ b/.github/workflows/classroom.yml @@ -21,7 +21,7 @@ jobs: with: distribution: 'temurin' java-version: '24' - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run autograder id: grading uses: education/autograding@v1 @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # 🧠 Read instructions - name: Read assignment instructions @@ -124,7 +124,7 @@ jobs: # 💬 Post Feedback - 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: