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