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@v4
25- - uses : actions/setup-python@v4
25+ - uses : actions/setup-python@v5
2626 with :
2727 python-version : " 3.11"
2828
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v4
3636
37- - uses : actions/setup-python@v4
37+ - uses : actions/setup-python@v5
3838 with :
3939 python-version : " 3.11"
4040
8888 - build
8989
9090 steps :
91- - uses : actions/setup-python@v4
91+ - uses : actions/setup-python@v5
9292 with :
9393 python-version : " 3.11"
9494
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v4
3737
38- - uses : actions/setup-python@v4
38+ - uses : actions/setup-python@v5
3939 with :
4040 python-version : " 3.11"
4141
8686 steps :
8787 - uses : actions/checkout@v4
8888
89- - uses : actions/setup-python@v4
89+ - uses : actions/setup-python@v5
9090 with :
9191 python-version : " ${{ matrix.python-version }}"
9292
You can’t perform that action at this time.
0 commit comments