From 44d3e8e3dda25cce364ef37d282962bbbaa76088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:03:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d80c045e..4773c5c2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: os: - ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} @@ -93,7 +93,7 @@ jobs: - macos-15-intel # x64 - macos-14 # arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Artifacts uses: actions/download-artifact@v7 @@ -172,7 +172,7 @@ jobs: - macos-15-intel # x64 # - macos-14-xlarge #arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -276,7 +276,7 @@ jobs: platform: linux/arm64 container: { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true