File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/pure-hatch/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
permissions :
15
15
contents : read # this job only needs read access
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
with :
19
19
persist-credentials : false
20
20
- name : Set up Hatch
39
39
contents : read # this job needs read access
40
40
id-token : write # but also needs to be able to write the publishing token
41
41
steps :
42
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
42
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
43
43
with :
44
44
name : dist.zip
45
45
path : dist/
46
- - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
46
+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
You can’t perform that action at this time.
0 commit comments