File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
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 67
67
uses : actions/checkout@v5
68
68
69
69
- name : Install Python
70
- uses : actions/setup-python@v5
70
+ uses : actions/setup-python@v6
71
71
with :
72
72
python-version-file : pyproject.toml
73
73
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 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
Original file line number Diff line number Diff line change 71
71
uses : actions/checkout@v5
72
72
73
73
- name : Install Python
74
- uses : actions/setup-python@v5
74
+ uses : actions/setup-python@v6
75
75
with :
76
76
python-version-file : pyproject.toml
77
77
Original file line number Diff line number Diff line change 74
74
echo "path=$(python -m site --user-site)" >> $GITHUB_OUTPUT
75
75
76
76
- name : Install Python
77
- uses : actions/setup-python@v5
77
+ uses : actions/setup-python@v6
78
78
with :
79
79
python-version-file : ${{ github.action_path }}/pyproject.toml
80
80
You can’t perform that action at this time.
0 commit comments