@@ -57,12 +57,12 @@ jobs:
5757 # vsix-target: alpine-arm64
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 persist-credentials : false
6363
6464 - name : Checkout Python Environment Tools
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v5
6666 with :
6767 repository : ' microsoft/python-environment-tools'
6868 path : ' python-env-tools'
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : Checkout
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
9191 with :
9292 persist-credentials : false
9393
@@ -106,12 +106,12 @@ jobs:
106106 python-version : ${{ env.PYTHON_VERSION }}
107107
108108 - name : Checkout
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v5
110110 with :
111111 persist-credentials : false
112112
113113 - name : Checkout Python Environment Tools
114- uses : actions/checkout@v4
114+ uses : actions/checkout@v5
115115 with :
116116 repository : ' microsoft/python-environment-tools'
117117 path : ' python-env-tools'
@@ -162,7 +162,7 @@ jobs:
162162
163163 steps :
164164 - name : Checkout
165- uses : actions/checkout@v4
165+ uses : actions/checkout@v5
166166 with :
167167 path : ${{ env.special-working-directory-relative }}
168168 persist-credentials : false
@@ -215,13 +215,13 @@ jobs:
215215
216216 steps :
217217 - name : Checkout
218- uses : actions/checkout@v4
218+ uses : actions/checkout@v5
219219 with :
220220 path : ${{ env.special-working-directory-relative }}
221221 persist-credentials : false
222222
223223 - name : Checkout Python Environment Tools
224- uses : actions/checkout@v4
224+ uses : actions/checkout@v5
225225 with :
226226 repository : ' microsoft/python-environment-tools'
227227 path : ${{ env.special-working-directory-relative }}/python-env-tools
@@ -412,13 +412,13 @@ jobs:
412412
413413 steps :
414414 - name : Checkout
415- uses : actions/checkout@v4
415+ uses : actions/checkout@v5
416416 with :
417417 path : ${{ env.special-working-directory-relative }}
418418 persist-credentials : false
419419
420420 - name : Checkout Python Environment Tools
421- uses : actions/checkout@v4
421+ uses : actions/checkout@v5
422422 with :
423423 repository : ' microsoft/python-environment-tools'
424424 path : ${{ env.special-working-directory-relative }}/python-env-tools
@@ -452,12 +452,12 @@ jobs:
452452 steps :
453453 # Need the source to have the tests available.
454454 - name : Checkout
455- uses : actions/checkout@v4
455+ uses : actions/checkout@v5
456456 with :
457457 persist-credentials : false
458458
459459 - name : Checkout Python Environment Tools
460- uses : actions/checkout@v4
460+ uses : actions/checkout@v5
461461 with :
462462 repository : ' microsoft/python-environment-tools'
463463 path : python-env-tools
@@ -488,12 +488,12 @@ jobs:
488488
489489 steps :
490490 - name : Checkout
491- uses : actions/checkout@v4
491+ uses : actions/checkout@v5
492492 with :
493493 persist-credentials : false
494494
495495 - name : Checkout Python Environment Tools
496- uses : actions/checkout@v4
496+ uses : actions/checkout@v5
497497 with :
498498 repository : ' microsoft/python-environment-tools'
499499 path : python-env-tools
0 commit comments