2020 version : ${{ steps.meta.outputs.version }}
2121 steps :
2222 - name : Check out repository
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424 - name : Set up Python
25- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
25+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2626 with :
2727 python-version : " 3.12"
2828 - name : Upgrade pip
@@ -81,12 +81,12 @@ jobs:
8181 PY
8282 echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
8383 - name : Upload distributions
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
84+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
8585 with :
8686 name : dist-${{ github.sha }}
8787 path : dist/
8888 - name : Upload release assets
89- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
89+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
9090 with :
9191 name : release-assets-${{ github.sha }}
9292 path : .artifacts/release-assets/
9595 with :
9696 subject-path : dist/*
9797 - name : Upload pages artifact
98- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
98+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
9999 with :
100100 path : .artifacts/pages
101101
@@ -108,7 +108,7 @@ jobs:
108108 id-token : write
109109 steps :
110110 - name : Download distributions
111- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
111+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
112112 with :
113113 name : dist-${{ github.sha }}
114114 path : dist
@@ -129,7 +129,7 @@ jobs:
129129 id-token : write
130130 steps :
131131 - name : Download distributions
132- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
132+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
133133 with :
134134 name : dist-${{ github.sha }}
135135 path : dist
@@ -147,12 +147,12 @@ jobs:
147147 contents : write
148148 steps :
149149 - name : Download release assets
150- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
150+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
151151 with :
152152 name : release-assets-${{ github.sha }}
153153 path : .artifacts/release-assets
154154 - name : Attach release assets
155- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
155+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
156156 with :
157157 files : .artifacts/release-assets/*
158158 draft : false
0 commit comments