File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-22.04
33
33
steps :
34
34
- name : Checkout code
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
Original file line number Diff line number Diff line change 31
31
build-n-publish :
32
32
runs-on : ubuntu-22.04
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : " 3.9"
86
86
echo "Publishing to $REGISTRY"
87
87
88
88
# versioneer requires the full git history for non-tags
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@v4
90
90
with :
91
91
fetch-depth : 0
92
92
Original file line number Diff line number Diff line change 69
69
repo_type : venv
70
70
71
71
steps :
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
- uses : actions/setup-python@v4
74
74
with :
75
75
python-version : " ${{ matrix.python_version }}"
You can’t perform that action at this time.
0 commit comments