File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v7
2525 - name : Set up Python
26- uses : actions/setup-python@v6
26+ uses : actions/setup-python@v7
2727 with :
2828 python-version : " 3.10"
2929 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v7
8989 - name : Set up Python
90- uses : actions/setup-python@v6
90+ uses : actions/setup-python@v7
9191 with :
9292 python-version : ${{ matrix.python-version }}
9393 - name : Install dependencies & browsers
@@ -134,7 +134,7 @@ jobs:
134134 steps :
135135 - uses : actions/checkout@v7
136136 - name : Set up Python
137- uses : actions/setup-python@v6
137+ uses : actions/setup-python@v7
138138 with :
139139 python-version : " 3.10"
140140 - name : Install dependencies & browsers
@@ -169,7 +169,7 @@ jobs:
169169 steps :
170170 - uses : actions/checkout@v7
171171 - name : Set up Python
172- uses : actions/setup-python@v6
172+ uses : actions/setup-python@v7
173173 with :
174174 python-version : ' 3.10'
175175 - name : Install dependencies & browsers
Original file line number Diff line number Diff line change 2525 - name : Login to ACR via OIDC
2626 run : az acr login --name playwright
2727 - name : Set up Python
28- uses : actions/setup-python@v6
28+ uses : actions/setup-python@v7
2929 with :
3030 python-version : " 3.10"
3131 - name : Set up Node.js
Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v7
3535 - name : Set up Python
36- uses : actions/setup-python@v6
36+ uses : actions/setup-python@v7
3737 with :
3838 python-version : " 3.10"
3939 - name : Set up Node.js
You can’t perform that action at this time.
0 commit comments