From 37c3ded3ec34d77e92fb1534891604ebfc3653f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:56:42 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/macos.yml | 4 ++-- .github/workflows/static.yml | 2 +- .github/workflows/update.yml | 2 +- .github/workflows/versions.yml | 2 +- .github/workflows/windows.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f7c46696..2afcc7a3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 🐣 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🐩 Install CMake and Ninja uses: lukka/get-cmake@latest @@ -54,7 +54,7 @@ jobs: sudo ln -sf $HOMEBREW_PREFIX/Cellar/gcc@${GCC_VERSION}/*/lib/gcc/${GCC_VERSION} /usr/local/gfortran/lib - name: 🐕 Checkout vcpkg - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: microsoft/vcpkg ref: cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3 # TODO: can we have a canonical baseline for tests? diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f2dfa43a..5ab3a4f8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cdc5bc3e..fcb038b9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index c4d849c8..96760fab 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 token: ${{ secrets.PAT }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c1b9ab3a..41036928 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,7 +30,7 @@ jobs: steps: - name: 🐣 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🐩 Install CMake and Ninja uses: lukka/get-cmake@latest @@ -41,7 +41,7 @@ jobs: arch: ${{ matrix.arch }} - name: 🐕 Checkout vcpkg - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: microsoft/vcpkg ref: cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3 # TODO: can we have a canonical baseline for tests?