File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v5
25
25
- name : Set up Python
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : " 3.10"
29
29
- name : Install dependencies & browsers
82
82
steps :
83
83
- uses : actions/checkout@v5
84
84
- name : Set up Python
85
- uses : actions/setup-python@v5
85
+ uses : actions/setup-python@v6
86
86
with :
87
87
python-version : ${{ matrix.python-version }}
88
88
- name : Install dependencies & browsers
@@ -129,7 +129,7 @@ jobs:
129
129
steps :
130
130
- uses : actions/checkout@v5
131
131
- name : Set up Python
132
- uses : actions/setup-python@v5
132
+ uses : actions/setup-python@v6
133
133
with :
134
134
python-version : " 3.10"
135
135
- name : Install dependencies & browsers
@@ -186,7 +186,7 @@ jobs:
186
186
steps :
187
187
- uses : actions/checkout@v5
188
188
- name : Set up Python
189
- uses : actions/setup-python@v5
189
+ uses : actions/setup-python@v6
190
190
with :
191
191
python-version : ' 3.10'
192
192
- name : Install dependencies & browsers
Original file line number Diff line number Diff line change 25
25
- name : Login to ACR via OIDC
26
26
run : az acr login --name playwright
27
27
- name : Set up Python
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : " 3.10"
31
31
- name : Set up Docker QEMU for arm64 docker builds
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- uses : actions/checkout@v5
34
34
- name : Set up Python
35
- uses : actions/setup-python@v5
35
+ uses : actions/setup-python@v6
36
36
with :
37
37
python-version : " 3.10"
38
38
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments