File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
- env : " min-all-deps"
27
27
python-version : " 3.7"
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0 # Fetch all history for all branches and tags.
32
32
77
77
run :
78
78
shell : bash -l {0}
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
with :
82
82
fetch-depth : 0 # Fetch all history for all branches and tags.
83
83
Original file line number Diff line number Diff line change 25
25
# Bookend python versions
26
26
python-version : ["3.7", "3.10", "3.11"]
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0 # Fetch all history for all branches and tags.
31
31
- name : Set environment variables
You can’t perform that action at this time.
0 commit comments