From 4c11259f5570f02fbda20eb8a07afc248085d4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:27:06 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 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] --- .github/workflows/Documentation.yml | 2 +- .github/workflows/PreviewsCleanup.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 17321c6d..560a397d 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -33,7 +33,7 @@ jobs: env: JULIA_PKG_SERVER: "" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/cache@v2 - uses: julia-actions/setup-julia@v2 with: diff --git a/.github/workflows/PreviewsCleanup.yml b/.github/workflows/PreviewsCleanup.yml index 7eb81a94..ea8f71ab 100644 --- a/.github/workflows/PreviewsCleanup.yml +++ b/.github/workflows/PreviewsCleanup.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aceb70a1..0b7aaf0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: steps: - run: sudo rm -rf /opt/* - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }}