From 88e829c75675e837f22d081683e6b66f63bf451b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:47:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 99dce97d..28cb4576 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: os: - ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.head_ref || github.ref_name }} @@ -91,7 +91,7 @@ jobs: - macos-13 # x64 - macos-14 # arm64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Download Artifacts uses: actions/download-artifact@v5 @@ -170,7 +170,7 @@ jobs: # - macos-14-xlarge #arm64 - macos-13 # x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true @@ -273,7 +273,7 @@ jobs: platform: linux/arm64 container: { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" } steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true