From 3d52752249b50997617a0c09b9a5569fd529a894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:16:02 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/students_ci.yml | 4 ++-- .github/workflows/students_tool_cache.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbff45a..1984e21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: if: ${{ github.repository_owner == 'instrumentisto' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: config-file: .markdown-link-check.json diff --git a/.github/workflows/students_ci.yml b/.github/workflows/students_ci.yml index d829f18..e486f1c 100644 --- a/.github/workflows/students_ci.yml +++ b/.github/workflows/students_ci.yml @@ -16,7 +16,7 @@ jobs: crates: ${{ steps.crates.outputs.crates }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Fetch all history so that git diff can compare against any commit fetch-depth: 0 @@ -70,7 +70,7 @@ jobs: crate: ${{ fromJson(needs.changed_crates.outputs.crates) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Rust id: rust diff --git a/.github/workflows/students_tool_cache.yml b/.github/workflows/students_tool_cache.yml index 657b91b..807da1d 100644 --- a/.github/workflows/students_tool_cache.yml +++ b/.github/workflows/students_tool_cache.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache dependencies uses: ./.github/actions/install-student-ci-deps