File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-22.04
2323 steps :
2424 - uses : actions/checkout@v5
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.12"
2828
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v5
3636
37- - uses : actions/setup-python@v5
37+ - uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.12"
4040
8888 - build
8989
9090 steps :
91- - uses : actions/setup-python@v5
91+ - uses : actions/setup-python@v6
9292 with :
9393 python-version : " 3.12"
9494
Original file line number Diff line number Diff line change 3838 steps :
3939 - uses : actions/checkout@v5
4040
41- - uses : actions/setup-python@v5
41+ - uses : actions/setup-python@v6
4242 with :
4343 python-version : " 3.12"
4444
@@ -113,7 +113,7 @@ jobs:
113113 steps :
114114 - uses : actions/checkout@v5
115115
116- - uses : actions/setup-python@v5
116+ - uses : actions/setup-python@v6
117117 with :
118118 python-version : " ${{ matrix.python-version }}"
119119
You can’t perform that action at this time.
0 commit comments