File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
name : Lint
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up Python
26
26
uses : actions/setup-python@v5
27
27
with :
80
80
browser : chromium
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
- - uses : actions/checkout@v4
83
+ - uses : actions/checkout@v5
84
84
- name : Set up Python
85
85
uses : actions/setup-python@v5
86
86
with :
@@ -127,7 +127,7 @@ jobs:
127
127
browser-channel : msedge
128
128
runs-on : ${{ matrix.os }}
129
129
steps :
130
- - uses : actions/checkout@v4
130
+ - uses : actions/checkout@v5
131
131
- name : Set up Python
132
132
uses : actions/setup-python@v5
133
133
with :
@@ -163,7 +163,7 @@ jobs:
163
163
os : [ubuntu-22.04, macos-13, windows-2022]
164
164
runs-on : ${{ matrix.os }}
165
165
steps :
166
- - uses : actions/checkout@v4
166
+ - uses : actions/checkout@v5
167
167
with :
168
168
fetch-depth : 0
169
169
- name : Get conda
@@ -184,7 +184,7 @@ jobs:
184
184
run :
185
185
working-directory : examples/todomvc/
186
186
steps :
187
- - uses : actions/checkout@v4
187
+ - uses : actions/checkout@v5
188
188
- name : Set up Python
189
189
uses : actions/setup-python@v5
190
190
with :
Original file line number Diff line number Diff line change 25
25
# Required for conda-incubator/setup-miniconda@v3
26
26
shell : bash -el {0}
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 0
31
31
- name : Get conda
Original file line number Diff line number Diff line change 15
15
contents : read # This is required for actions/checkout to succeed
16
16
environment : Docker
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Azure login
20
20
uses : azure/login@v2
21
21
with :
Original file line number Diff line number Diff line change 30
30
- ubuntu-24.04
31
31
- ubuntu-24.04-arm
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- name : Set up Python
35
35
uses : actions/setup-python@v5
36
36
with :
You can’t perform that action at this time.
0 commit comments