File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install tox
25
25
run : python3 -m pip install --user "tox>=4.0.0"
26
26
- name : Check out src from Git
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 0 # needed by setuptools-scm
30
30
- name : Build dists
Original file line number Diff line number Diff line change 58
58
matrix : ${{ fromJson(needs.pre.outputs.matrix) }}
59
59
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
with :
63
63
fetch-depth : 0 # needed by setuptools-scm
64
64
@@ -141,7 +141,7 @@ jobs:
141
141
jobs : ${{ toJSON(needs) }}
142
142
143
143
- name : Check out src from Git
144
- uses : actions/checkout@v3
144
+ uses : actions/checkout@v4
145
145
146
146
- name : Notify repository owners about lint change affecting them
147
147
uses :
sourcegraph/[email protected]
You can’t perform that action at this time.
0 commit comments