From 8cd6c3fbc58e9a2365735f360c301d580aeecb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:41:49 +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/Copier.yml | 2 +- .github/workflows/Docs.yml | 2 +- .github/workflows/DocsCleaner.yml | 2 +- .github/workflows/Lint.yml | 4 ++-- .github/workflows/PreCommitUpdate.yml | 2 +- .github/workflows/ReusableTest.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index 96479b0..566dae8 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -9,7 +9,7 @@ jobs: Copier: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.COPIER_PAT }} - uses: julia-actions/setup-julia@v2 diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 5aa931a..fdb6d9c 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -31,7 +31,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: "1" diff --git a/.github/workflows/DocsCleaner.yml b/.github/workflows/DocsCleaner.yml index f8a1e52..807b2d3 100644 --- a/.github/workflows/DocsCleaner.yml +++ b/.github/workflows/DocsCleaner.yml @@ -16,7 +16,7 @@ jobs: contents: write 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/Lint.yml b/.github/workflows/Lint.yml index 461ab7d..b1704de 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Julia uses: julia-actions/setup-julia@v2 with: @@ -50,7 +50,7 @@ jobs: name: Link checker runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Link Checker id: lychee diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index 5b1d1f7..ff1b29b 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -9,7 +9,7 @@ jobs: pre-commit-update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python diff --git a/.github/workflows/ReusableTest.yml b/.github/workflows/ReusableTest.yml index dac699b..b537235 100644 --- a/.github/workflows/ReusableTest.yml +++ b/.github/workflows/ReusableTest.yml @@ -34,7 +34,7 @@ jobs: continue-on-error: ${{ inputs.allow_failure }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ inputs.version }}