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
@@ -65,12 +65,12 @@ jobs:
6565 PY
6666 echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
6767 - name : Upload distributions
68- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
68+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
6969 with :
7070 name : dist-${{ github.sha }}
7171 path : dist/
7272 - name : Upload release assets
73- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
73+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
7474 with :
7575 name : release-assets-${{ github.sha }}
7676 path : .artifacts/release-assets/
7979 with :
8080 subject-path : dist/*
8181 - name : Upload pages artifact
82- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
82+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
8383 with :
8484 path : .artifacts/pages
8585
9292 id-token : write
9393 steps :
9494 - name : Download distributions
95- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
95+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
9696 with :
9797 name : dist-${{ github.sha }}
9898 path : dist
@@ -113,7 +113,7 @@ jobs:
113113 id-token : write
114114 steps :
115115 - name : Download distributions
116- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
116+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
117117 with :
118118 name : dist-${{ github.sha }}
119119 path : dist
@@ -131,12 +131,12 @@ jobs:
131131 contents : write
132132 steps :
133133 - name : Download release assets
134- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
134+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
135135 with :
136136 name : release-assets-${{ github.sha }}
137137 path : .artifacts/release-assets
138138 - name : Attach release assets
139- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
139+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
140140 with :
141141 files : .artifacts/release-assets/*
142142 draft : false
0 commit comments