File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
submodules : " recursive"
23
23
- name : Set up Python
24
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
24
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
25
25
with :
26
26
python-version : " 3.11"
27
27
- name : Install dependencies
45
45
run :
46
46
python -m pytest -v tests/
47
47
- name : Upload artifact
48
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
48
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49
49
with :
50
50
name : release
51
51
path : dist/
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Download artifact
58
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
58
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
59
59
with :
60
60
name : release
61
61
path : dist/
Original file line number Diff line number Diff line change 40
40
with :
41
41
submodules : " recursive"
42
42
- name : Set up Python ${{ matrix.python }}
43
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
43
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
44
44
with :
45
45
python-version : ${{ matrix.python }}
46
46
- name : Install newest dependencies
You can’t perform that action at this time.
0 commit comments