File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
fetch-depth : 2
18
18
- name : Set up Python 3.13
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.13"
22
22
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
path : program_to_test
22
22
fetch-depth : 0
23
23
- name : Set up Python 3.13
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : " 3.13"
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 16
16
- name : Check out code from GitHub
17
17
18
18
- name : Set up Python 3.x
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.x"
22
22
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
21
id : python
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
49
49
# https://github.com/actions/virtual-environments/issues/712
50
50
- name : Set up Python ${{ matrix.python-version }}
51
51
id : python
52
- uses : actions/setup-python@v5
52
+ uses : actions/setup-python@v6
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
- name : Install dependencies
72
72
73
73
- name : Set up Python 3.11
74
74
id : python
75
- uses : actions/setup-python@v5
75
+ uses : actions/setup-python@v6
76
76
with :
77
77
python-version : " 3.11"
78
78
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments