File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-24.04
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
- name : Setup Python
44
44
uses : actions/setup-python@v5
55
55
runs-on : ubuntu-24.04
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
60
60
- name : Setup Python
61
61
uses : actions/setup-python@v5
73
73
runs-on : ubuntu-24.04
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@v4
76
+ uses : actions/checkout@v5
77
77
78
78
- name : Setup Python
79
79
uses : actions/setup-python@v5
@@ -136,7 +136,7 @@ jobs:
136
136
runs-on : ubuntu-24.04
137
137
steps :
138
138
- name : Checkout
139
- uses : actions/checkout@v4
139
+ uses : actions/checkout@v5
140
140
141
141
- name : Setup Python
142
142
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments