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 - uses : actions/checkout@v5
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.11"
2828
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v5
1010
1111 - name : Set up Python
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : 3.11
1515
3232 - uses : actions/checkout@v5
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : 3.11
3838
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.11"
1717 - run : |
3636 python : ["3.10", "3.11"]
3737 steps :
3838 - uses : actions/checkout@v5
39- - uses : actions/setup-python@v5
39+ - uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python }}
4242 - run : |
You can’t perform that action at this time.
0 commit comments