File tree Expand file tree Collapse file tree 3 files changed +242
-242
lines changed
Expand file tree Collapse file tree 3 files changed +242
-242
lines changed Original file line number Diff line number Diff line change 3737 persist-credentials : false
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
40+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 allow-prereleases : true
6262 run : poetry config virtualenvs.in-project true
6363
6464 - name : Set up cache
65- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
65+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6666 id : cache
6767 with :
6868 path : .venv
Original file line number Diff line number Diff line change 1717
1818 - run : pipx run build
1919
20- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
20+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2121 with :
2222 name : distfiles
2323 path : dist/
3535 with :
3636 persist-credentials : false
3737
38- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
38+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
3939 with :
4040 name : distfiles
4141 path : dist/
5555 id-token : write
5656 needs : build
5757 steps :
58- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
58+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5959 with :
6060 name : distfiles
6161 path : dist/
You can’t perform that action at this time.
0 commit comments