@@ -57,12 +57,12 @@ jobs:
5757 # vsix-target: alpine-arm64
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v6
60+ uses : actions/checkout@v7
6161 with :
6262 persist-credentials : false
6363
6464 - name : Checkout Python Environment Tools
65- uses : actions/checkout@v6
65+ uses : actions/checkout@v7
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@v6
90+ uses : actions/checkout@v7
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@v6
109+ uses : actions/checkout@v7
110110 with :
111111 persist-credentials : false
112112
113113 - name : Checkout Python Environment Tools
114- uses : actions/checkout@v6
114+ uses : actions/checkout@v7
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@v6
165+ uses : actions/checkout@v7
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@v6
218+ uses : actions/checkout@v7
219219 with :
220220 path : ${{ env.special-working-directory-relative }}
221221 persist-credentials : false
222222
223223 - name : Checkout Python Environment Tools
224- uses : actions/checkout@v6
224+ uses : actions/checkout@v7
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@v6
415+ uses : actions/checkout@v7
416416 with :
417417 path : ${{ env.special-working-directory-relative }}
418418 persist-credentials : false
419419
420420 - name : Checkout Python Environment Tools
421- uses : actions/checkout@v6
421+ uses : actions/checkout@v7
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@v6
455+ uses : actions/checkout@v7
456456 with :
457457 persist-credentials : false
458458
459459 - name : Checkout Python Environment Tools
460- uses : actions/checkout@v6
460+ uses : actions/checkout@v7
461461 with :
462462 repository : ' microsoft/python-environment-tools'
463463 path : python-env-tools
@@ -490,12 +490,12 @@ jobs:
490490
491491 steps :
492492 - name : Checkout
493- uses : actions/checkout@v6
493+ uses : actions/checkout@v7
494494 with :
495495 persist-credentials : false
496496
497497 - name : Checkout Python Environment Tools
498- uses : actions/checkout@v6
498+ uses : actions/checkout@v7
499499 with :
500500 repository : ' microsoft/python-environment-tools'
501501 path : python-env-tools
0 commit comments