@@ -24,14 +24,14 @@ jobs:
24
24
with :
25
25
egress-policy : audit
26
26
27
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
with :
29
29
fetch-depth : 0
30
30
token : ${{ secrets.GH_TOKEN }}
31
31
32
32
- name : Python Semantic Release
33
33
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
35
35
with :
36
36
git_committer_email :
" [email protected] "
37
37
git_committer_name : " semantic-release"
@@ -82,25 +82,25 @@ jobs:
82
82
with :
83
83
egress-policy : audit
84
84
85
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86
86
with :
87
87
fetch-depth : 0
88
88
token : ${{ secrets.GH_TOKEN }}
89
89
90
90
- name : Download Build Artifacts
91
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
91
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
92
92
with :
93
93
name : dist
94
94
path : dist
95
95
96
96
- name : Download Provenance
97
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
97
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
98
98
with :
99
99
name : ${{ needs.provenance.outputs.provenance-name }}
100
100
path : dist
101
101
102
102
- 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
104
104
with :
105
105
github_token : ${{ secrets.GH_TOKEN }}
106
106
0 commit comments