File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
go-version-file : go.mod
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 76
76
go-version-file : go.mod
77
77
78
78
- name : Install Python
79
- uses : actions/setup-python@v5
79
+ uses : actions/setup-python@v6
80
80
with :
81
81
python-version-file : pyproject.toml
82
82
@@ -104,7 +104,7 @@ jobs:
104
104
uses : actions/checkout@v5
105
105
106
106
- name : Install Python
107
- uses : actions/setup-python@v5
107
+ uses : actions/setup-python@v6
108
108
with :
109
109
python-version-file : pyproject.toml
110
110
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
go-version-file : go.mod
105
105
106
106
- name : Install Python
107
- uses : actions/setup-python@v5
107
+ uses : actions/setup-python@v6
108
108
with :
109
109
python-version-file : pyproject.toml
110
110
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 72
72
go-version-file : go.mod
73
73
74
74
- name : Install Python
75
- uses : actions/setup-python@v5
75
+ uses : actions/setup-python@v6
76
76
with :
77
77
python-version-file : pyproject.toml
78
78
You can’t perform that action at this time.
0 commit comments