From d5c2d7aaea033df17a4bb6019511180086549468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:36:34 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/CI.yml | 4 ++-- .github/workflows/DocCleanup.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2fc9f8e..887402e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,7 +35,7 @@ jobs: sudo swapon /swapfile sudo swapon --show - name: Checkout repository for access - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Julia uses: julia-actions/setup-julia@v2 @@ -76,7 +76,7 @@ jobs: sudo mkswap /swapfile sudo swapon /swapfile sudo swapon --show - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v1 with: version: '1' diff --git a/.github/workflows/DocCleanup.yml b/.github/workflows/DocCleanup.yml index 365d56f..22e4981 100644 --- a/.github/workflows/DocCleanup.yml +++ b/.github/workflows/DocCleanup.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Checkout gh-pages branch - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: ref: gh-pages - name: Delete preview and history + push changes