4848 runs-on : windows-2022
4949
5050 steps :
51- - uses : actions/checkout@v6
51+ - uses : actions/checkout@v7
5252 with :
5353 submodules : ' true'
5454 fetch-depth : 0
5959 delvewheel : " true"
6060
6161 - name : Clone vcpkg
62- uses : actions/checkout@v6
62+ uses : actions/checkout@v7
6363 with :
6464 repository : microsoft/vcpkg
6565 ref : ${{ env.VCPKG_REF }}
8686 runs-on : macOS-latest
8787
8888 steps :
89- - uses : actions/checkout@v6
89+ - uses : actions/checkout@v7
9090 with :
9191 submodules : ' true'
9292 fetch-depth : 0
9797 cache-bin : " false"
9898
9999 - name : Clone vcpkg
100- uses : actions/checkout@v6
100+ uses : actions/checkout@v7
101101 with :
102102 repository : microsoft/vcpkg
103103 ref : ${{ env.VCPKG_REF }}
@@ -121,7 +121,7 @@ jobs:
121121 runs-on : macos-15-intel
122122
123123 steps :
124- - uses : actions/checkout@v6
124+ - uses : actions/checkout@v7
125125 with :
126126 submodules : ' true'
127127 fetch-depth : 0
@@ -132,7 +132,7 @@ jobs:
132132 cache-bin : " false"
133133
134134 - name : Clone vcpkg
135- uses : actions/checkout@v6
135+ uses : actions/checkout@v7
136136 with :
137137 repository : microsoft/vcpkg
138138 ref : ${{ env.VCPKG_REF }}
@@ -163,7 +163,7 @@ jobs:
163163 - {os: "ubuntu-24.04-arm", label: "linux-arm64", arch: "aarch64"}
164164
165165 steps :
166- - uses : actions/checkout@v6
166+ - uses : actions/checkout@v7
167167 with :
168168 submodules : ' true'
169169 fetch-depth : 0
0 commit comments