File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v3
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : " 3.11"
31
31
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v3
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.11"
22
22
45
45
- uses : actions/checkout@v3
46
46
47
47
- name : Set up Python
48
- uses : actions/setup-python@v5
48
+ uses : actions/setup-python@v6
49
49
with :
50
50
python-version : " 3.11"
51
51
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v3
24
24
25
- - uses : actions/setup-python@v5
25
+ - uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{ matrix.python }}
28
28
# Pin openassetio to match C++ version, since
You can’t perform that action at this time.
0 commit comments