File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
if : github.event_name == 'release' && github.event.action == 'published'
35
35
36
36
steps :
37
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
37
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
38
38
with :
39
39
name : Packages
40
40
path : dist
Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
with :
29
29
fetch-depth : 0
30
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
30
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
31
31
with :
32
32
python-version : " 3.x"
33
33
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change 18
18
- name : Build Docs
19
19
run : pixi run -e docs docs
20
20
- name : Upload Artifact
21
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
21
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
22
22
with :
23
23
name : docs-build
24
24
path : docs/build/
You can’t perform that action at this time.
0 commit comments