@@ -57,12 +57,12 @@ jobs:
57
57
# vsix-target: alpine-arm64
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
with :
62
62
persist-credentials : false
63
63
64
64
- name : Checkout Python Environment Tools
65
- uses : actions/checkout@v4
65
+ uses : actions/checkout@v5
66
66
with :
67
67
repository : ' microsoft/python-environment-tools'
68
68
path : ' python-env-tools'
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : Checkout
90
- uses : actions/checkout@v4
90
+ uses : actions/checkout@v5
91
91
with :
92
92
persist-credentials : false
93
93
@@ -106,12 +106,12 @@ jobs:
106
106
python-version : ${{ env.PYTHON_VERSION }}
107
107
108
108
- name : Checkout
109
- uses : actions/checkout@v4
109
+ uses : actions/checkout@v5
110
110
with :
111
111
persist-credentials : false
112
112
113
113
- name : Checkout Python Environment Tools
114
- uses : actions/checkout@v4
114
+ uses : actions/checkout@v5
115
115
with :
116
116
repository : ' microsoft/python-environment-tools'
117
117
path : ' python-env-tools'
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
steps :
164
164
- name : Checkout
165
- uses : actions/checkout@v4
165
+ uses : actions/checkout@v5
166
166
with :
167
167
path : ${{ env.special-working-directory-relative }}
168
168
persist-credentials : false
@@ -215,13 +215,13 @@ jobs:
215
215
216
216
steps :
217
217
- name : Checkout
218
- uses : actions/checkout@v4
218
+ uses : actions/checkout@v5
219
219
with :
220
220
path : ${{ env.special-working-directory-relative }}
221
221
persist-credentials : false
222
222
223
223
- name : Checkout Python Environment Tools
224
- uses : actions/checkout@v4
224
+ uses : actions/checkout@v5
225
225
with :
226
226
repository : ' microsoft/python-environment-tools'
227
227
path : ${{ env.special-working-directory-relative }}/python-env-tools
@@ -412,13 +412,13 @@ jobs:
412
412
413
413
steps :
414
414
- name : Checkout
415
- uses : actions/checkout@v4
415
+ uses : actions/checkout@v5
416
416
with :
417
417
path : ${{ env.special-working-directory-relative }}
418
418
persist-credentials : false
419
419
420
420
- name : Checkout Python Environment Tools
421
- uses : actions/checkout@v4
421
+ uses : actions/checkout@v5
422
422
with :
423
423
repository : ' microsoft/python-environment-tools'
424
424
path : ${{ env.special-working-directory-relative }}/python-env-tools
@@ -452,12 +452,12 @@ jobs:
452
452
steps :
453
453
# Need the source to have the tests available.
454
454
- name : Checkout
455
- uses : actions/checkout@v4
455
+ uses : actions/checkout@v5
456
456
with :
457
457
persist-credentials : false
458
458
459
459
- name : Checkout Python Environment Tools
460
- uses : actions/checkout@v4
460
+ uses : actions/checkout@v5
461
461
with :
462
462
repository : ' microsoft/python-environment-tools'
463
463
path : python-env-tools
@@ -488,12 +488,12 @@ jobs:
488
488
489
489
steps :
490
490
- name : Checkout
491
- uses : actions/checkout@v4
491
+ uses : actions/checkout@v5
492
492
with :
493
493
persist-credentials : false
494
494
495
495
- name : Checkout Python Environment Tools
496
- uses : actions/checkout@v4
496
+ uses : actions/checkout@v5
497
497
with :
498
498
repository : ' microsoft/python-environment-tools'
499
499
path : python-env-tools
0 commit comments