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 3131 --user
3232 tox
3333 - name : Check out src from Git
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0 # needed by setuptools-scm
3737 - name : Build dists
Original file line number Diff line number Diff line change 5151 matrix : ${{ fromJson(needs.pre.outputs.matrix) }}
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 0 # needed by setuptools-scm
5757
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ubuntu-24.04
143143 steps :
144144 # checkout needed for codecov action which needs codecov.yml file
145- - uses : actions/checkout@v4
145+ - uses : actions/checkout@v5
146146
147147 - name : Set up Python
148148 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments