@@ -24,14 +24,14 @@ jobs:
2424 with :
2525 egress-policy : audit
2626
27- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 with :
2929 fetch-depth : 0
3030 token : ${{ secrets.GH_TOKEN }}
3131
3232 - name : Python Semantic Release
3333 id : release
34- uses : python-semantic-release/python-semantic-release@bdbfd234e59809d3796e9a47bb915a8492f4e740 # v10.3.0
34+ uses : python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10.3.1
3535 with :
3636 git_committer_email :
" [email protected] " 3737 git_committer_name : " semantic-release"
@@ -82,25 +82,25 @@ jobs:
8282 with :
8383 egress-policy : audit
8484
85- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8686 with :
8787 fetch-depth : 0
8888 token : ${{ secrets.GH_TOKEN }}
8989
9090 - name : Download Build Artifacts
91- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
91+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
9292 with :
9393 name : dist
9494 path : dist
9595
9696 - name : Download Provenance
97- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
97+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
9898 with :
9999 name : ${{ needs.provenance.outputs.provenance-name }}
100100 path : dist
101101
102102 - name : Publish to GitHub Releases
103- uses : python-semantic-release/publish-action@403a0644d00ec63b5e780942dcbc606b2dc0aa1e # v10.3.0
103+ uses : python-semantic-release/publish-action@f8a3b2efc2282bc5219b83ba78ac64b69d6e05b9 # v10.3.1
104104 with :
105105 github_token : ${{ secrets.GH_TOKEN }}
106106
0 commit comments