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 55
55
uses : actions/checkout@v5
56
56
57
57
- name : Install Python
58
- uses : actions/setup-python@v5
58
+ uses : actions/setup-python@v6
59
59
with :
60
60
python-version-file : pyproject.toml
61
61
Original file line number Diff line number Diff line change 64
64
uses : actions/checkout@v5
65
65
66
66
- name : Install Python
67
- uses : actions/setup-python@v5
67
+ uses : actions/setup-python@v6
68
68
with :
69
69
python-version-file : pyproject.toml
70
70
93
93
uses : actions/checkout@v5
94
94
95
95
- name : Install Python
96
- uses : actions/setup-python@v5
96
+ uses : actions/setup-python@v6
97
97
with :
98
98
python-version-file : pyproject.toml
99
99
Original file line number Diff line number Diff line change 92
92
uses : actions/checkout@v5
93
93
94
94
- name : Install Python
95
- uses : actions/setup-python@v5
95
+ uses : actions/setup-python@v6
96
96
with :
97
97
python-version-file : pyproject.toml
98
98
Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@v5
47
47
48
48
- name : Install Python
49
- uses : actions/setup-python@v5
49
+ uses : actions/setup-python@v6
50
50
with :
51
51
python-version-file : pyproject.toml
52
52
You can’t perform that action at this time.
0 commit comments