From 2db6573da4e40c40117949fbd917119f83f793eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:42:33 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_cando.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_cando.yml b/.github/workflows/test_cando.yml index 5559f38d..bacf6309 100644 --- a/.github/workflows/test_cando.yml +++ b/.github/workflows/test_cando.yml @@ -35,13 +35,13 @@ jobs: brew install boost fmt gmp llvm ninja pkg-config sbcl ecl netcdf zeromq - name: Checkout clasp - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: clasp-developers/clasp ref: main - name: Checkout cando - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: extensions/cando