From f427754c958a3961507703d06268b6c1e65638cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:36:18 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 6d74020..61ae398 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -12,7 +12,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 f7516ef..9676fc4 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -31,7 +31,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 5be23b9..f8a1e52 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@v4 + uses: actions/checkout@v5 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ad3ba4f..f2423a9 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@v4 + - uses: actions/checkout@v5 - 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 1d9f1f8..1ae0607 100644 --- a/.github/workflows/Registry.yml +++ b/.github/workflows/Registry.yml @@ -14,7 +14,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }}