File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : " 3.9"
2828
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v4
1010
1111 - name : Set up Python
12- uses : actions/setup-python@v4
12+ uses : actions/setup-python@v5
1313 with :
1414 python-version : 3.9
1515
3232 - uses : actions/checkout@v4
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : 3.9
3838
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-python@v4
14+ - uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.9"
1717 - run : |
3939 openassetio : ["\"openassetio==1.0.0a14\"", "\"openassetio>=1.0.0b1.rev0\""]
4040 steps :
4141 - uses : actions/checkout@v4
42- - uses : actions/setup-python@v4
42+ - uses : actions/setup-python@v5
4343 with :
4444 python-version : ${{ matrix.python }}
4545 - run : |
You can’t perform that action at this time.
0 commit comments