File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
version : " 0.5.21"
37
37
enable-cache : true
38
38
- name : " Set up Python"
39
- uses : actions/setup-python@v5.5.0
39
+ uses : actions/setup-python@v6
40
40
with :
41
41
python-version-file : " .python-version"
42
42
- name : Install the project
Original file line number Diff line number Diff line change 62
62
enable-cache : true
63
63
64
64
- name : Set up Python
65
- uses : actions/setup-python@v5
65
+ uses : actions/setup-python@v6
66
66
with :
67
67
python-version-file : " .python-version"
68
68
99
99
enable-cache : true
100
100
101
101
- name : Set up Python
102
- uses : actions/setup-python@v5
102
+ uses : actions/setup-python@v6
103
103
with :
104
104
python-version-file : " .python-version"
105
105
Original file line number Diff line number Diff line change 21
21
version : " 0.6.6"
22
22
enable-cache : true
23
23
24
- - uses : actions/setup-python@v5.5.0
24
+ - uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ' 3.10'
27
27
Original file line number Diff line number Diff line change 53
53
enable-cache : true
54
54
55
55
- name : " Set up Python ${{ matrix.python-version }}"
56
- uses : actions/setup-python@v5.5.0
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
You can’t perform that action at this time.
0 commit comments