File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Check out code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Install cosign
24
24
uses : sigstore/cosign-installer@v3
48
48
DIGEST : ${{ steps.build.outputs.digest }}
49
49
TAGS : ${{ steps.build.outputs.tags }}
50
50
run : |
51
- echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
51
+ echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
Original file line number Diff line number Diff line change 13
13
name : Build Python distribution
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v4
69
69
uses : pypa/gh-action-pypi-publish@release/v1
70
70
with :
71
71
verbose : true
72
- print-hash : true
72
+ print-hash : true
You can’t perform that action at this time.
0 commit comments