3030 - target_arch : osx-64
3131 os : macos-15-intel
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : prefix-dev/setup-pixi@v0.9.3
3535 with :
3636 cache : true
7373 needs : get-info
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v6
7777 - uses : prefix-dev/setup-pixi@v0.9.3
7878 with :
7979 cache : true
@@ -121,7 +121,7 @@ jobs:
121121 installer : installer-linux-aarch64
122122
123123 steps :
124- - uses : actions/checkout@v4
124+ - uses : actions/checkout@v6
125125 - name : Download installer
126126 uses : actions/download-artifact@v4
127127 with :
@@ -139,7 +139,7 @@ jobs:
139139 matrix :
140140 os : [macos-15-intel]
141141 steps :
142- - uses : actions/checkout@v4
142+ - uses : actions/checkout@v6
143143 - name : Download installer
144144 uses : actions/download-artifact@v4
145145 with :
@@ -161,7 +161,7 @@ jobs:
161161 matrix :
162162 os : [macos-14, macos-15]
163163 steps :
164- - uses : actions/checkout@v4
164+ - uses : actions/checkout@v6
165165 - name : Download installer
166166 uses : actions/download-artifact@v4
167167 with :
@@ -185,7 +185,7 @@ jobs:
185185 - rel-v8r0
186186 - integration
187187 steps :
188- - uses : actions/checkout@v4
188+ - uses : actions/checkout@v6
189189 - uses : actions/setup-python@v4
190190 with :
191191 python-version : ' 3.9'
0 commit comments