From 17e8ef55d044cc20f16c8050f82bc88e23808a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:35:44 +0100 Subject: [PATCH] Bump actions/checkout from 5 to 6 (#283) Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Check.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Check.yml b/.github/workflows/Check.yml index a7e17d3..7b13d9e 100644 --- a/.github/workflows/Check.yml +++ b/.github/workflows/Check.yml @@ -13,7 +13,7 @@ jobs: name: Runic formatting runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: '1.11' diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 0208fd5..983e8ac 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -12,7 +12,7 @@ jobs: name: 'Julia 1.12 - ubuntu-latest' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: '1.12' diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index a416f13..05589dc 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -24,7 +24,7 @@ jobs: - os: macOS-latest version: '1' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }}