@@ -36,11 +36,11 @@ jobs:
3636 version : ${{ steps.check-version.outputs.version }}
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 with :
4141 persist-credentials : false
4242 - name : Install uv
43- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
43+ uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v5
4444 with :
4545 enable-cache : true
4646 python-version : ${{ env.PYTHON_VERSION }}
9393 run :
9494 working-directory : ${{ inputs.working-directory }}
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 with :
9898 persist-credentials : false
9999 # We explicitly *don't* set up caching here. This ensures our tests are
@@ -110,7 +110,7 @@ jobs:
110110 # used in the real world.
111111
112112 - name : Install uv
113- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
113+ uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v5
114114 with :
115115 python-version : ${{ env.PYTHON_VERSION }}
116116
@@ -206,12 +206,12 @@ jobs:
206206 working-directory : ${{ inputs.working-directory }}
207207
208208 steps :
209- - uses : actions/checkout@v4
209+ - uses : actions/checkout@v5
210210 with :
211211 persist-credentials : false
212212
213213 - name : Install uv
214- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
214+ uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v5
215215 with :
216216 enable-cache : true
217217 python-version : ${{ env.PYTHON_VERSION }}
@@ -248,11 +248,11 @@ jobs:
248248 working-directory : ${{ inputs.working-directory }}
249249
250250 steps :
251- - uses : actions/checkout@v4
251+ - uses : actions/checkout@v5
252252 with :
253253 persist-credentials : false
254254 - name : Install uv
255- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
255+ uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v5
256256 with :
257257 enable-cache : true
258258 python-version : ${{ env.PYTHON_VERSION }}
0 commit comments