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