From 8613fc83bf236a5844a1c38fff125c7cfdf8aefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:52:41 +0000 Subject: [PATCH] chore: bump actions/checkout from 6 to 7 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/CompatHelper.yml | 2 +- .github/workflows/DocCleanUp.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/FormatPR.yml | 2 +- .github/workflows/QualityCheck.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 1d182403..d55398c9 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -13,7 +13,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: 1 diff --git a/.github/workflows/DocCleanUp.yml b/.github/workflows/DocCleanUp.yml index ad26ed05..09cd187c 100644 --- a/.github/workflows/DocCleanUp.yml +++ b/.github/workflows/DocCleanUp.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index bd1bb8b6..2f1d55a0 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Julia uses: julia-actions/setup-julia@v3 - name: Pull Julia cache diff --git a/.github/workflows/FormatPR.yml b/.github/workflows/FormatPR.yml index b794fc85..a7ae269e 100644 --- a/.github/workflows/FormatPR.yml +++ b/.github/workflows/FormatPR.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install JuliaFormatter and format run: | julia -e 'using Pkg; Pkg.add(; name="JuliaFormatter", version=v"1")' diff --git a/.github/workflows/QualityCheck.yml b/.github/workflows/QualityCheck.yml index 66a39716..e933c00a 100644 --- a/.github/workflows/QualityCheck.yml +++ b/.github/workflows/QualityCheck.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check spelling uses: crate-ci/typos@v1.46.3