File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v5
2323 - name : Setup Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.10'
2727 cache : ' pip'
@@ -106,7 +106,7 @@ jobs:
106106 - name : Checkout
107107 uses : actions/checkout@v5
108108 - name : Setup Python ${{ matrix.pyver }}
109- uses : actions/setup-python@v5
109+ uses : actions/setup-python@v6
110110 with :
111111 allow-prereleases : true
112112 python-version : ${{ matrix.pyver }}
@@ -166,7 +166,7 @@ jobs:
166166 run : yarn install
167167 working-directory : admin-js/
168168 - name : Setup Python
169- uses : actions/setup-python@v5
169+ uses : actions/setup-python@v6
170170 with :
171171 python-version : 3.12
172172 cache : ' pip'
@@ -226,7 +226,7 @@ jobs:
226226 - name : Checkout
227227 uses : actions/checkout@v5
228228 - name : Setup Python
229- uses : actions/setup-python@v5
229+ uses : actions/setup-python@v6
230230 with :
231231 python-version : 3.11
232232 - name : Disable man-db to speed up apt
You can’t perform that action at this time.
0 commit comments