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 57
57
uses : actions/checkout@v5
58
58
59
59
- name : Install Python
60
- uses : actions/setup-python@v5
60
+ uses : actions/setup-python@v6
61
61
with :
62
62
python-version-file : pyproject.toml
63
63
85
85
uses : actions/checkout@v5
86
86
87
87
- name : Install Python
88
- uses : actions/setup-python@v5
88
+ uses : actions/setup-python@v6
89
89
with :
90
90
python-version-file : pyproject.toml
91
91
Original file line number Diff line number Diff line change 95
95
uses : actions/checkout@v5
96
96
97
97
- name : Install Python
98
- uses : actions/setup-python@v5
98
+ uses : actions/setup-python@v6
99
99
with :
100
100
python-version-file : pyproject.toml
101
101
Original file line number Diff line number Diff line change 49
49
uses : actions/checkout@v5
50
50
51
51
- name : Install Python
52
- uses : actions/setup-python@v5
52
+ uses : actions/setup-python@v6
53
53
with :
54
54
python-version-file : pyproject.toml
55
55
You can’t perform that action at this time.
0 commit comments