From cbae1ee09b75ca81fbd49922bf0fb9318b227d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:48:01 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6ef9a3b..412aa8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: steps: # Update to v4 to avoid Node.js deprecation warnings - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Update to v2 for modern Julia support - uses: julia-actions/setup-julia@v2 @@ -82,7 +82,7 @@ jobs: # pull-requests: read # statuses: write # steps: - # - uses: actions/checkout@v5 + # - uses: actions/checkout@v6 # - uses: julia-actions/setup-julia@v2 # with: # version: '1'