From 016cee33db9970fb057920e647f65e497128b732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:08:18 +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/CompatHelper.yml | 2 +- .github/workflows/Coverage.yml | 2 +- .github/workflows/DocPreviewCleanup.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Registry.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 61ae398..cb8804e 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -12,7 +12,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index 9676fc4..fe10ade 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -31,7 +31,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/DocPreviewCleanup.yml b/.github/workflows/DocPreviewCleanup.yml index f8a1e52..807b2d3 100644 --- a/.github/workflows/DocPreviewCleanup.yml +++ b/.github/workflows/DocPreviewCleanup.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/Documentation.yml b/.github/workflows/Documentation.yml index 13fbf24..a94c4ee 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,7 +15,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/Registry.yml b/.github/workflows/Registry.yml index 1ae0607..5549600 100644 --- a/.github/workflows/Registry.yml +++ b/.github/workflows/Registry.yml @@ -14,7 +14,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }}