File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
40+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
65+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
20+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
2121 with :
2222 name : distfiles
2323 path : dist/
3535 with :
3636 persist-credentials : false
3737
38- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
38+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
3939 with :
4040 name : distfiles
4141 path : dist/
@@ -55,11 +55,11 @@ jobs:
5555 id-token : write
5656 needs : build
5757 steps :
58- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
58+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
5959 with :
6060 name : distfiles
6161 path : dist/
6262
63- - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
63+ - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
6464 with :
6565 print-hash : true
You can’t perform that action at this time.
0 commit comments