File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
42
42
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
44
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
cache : " pip"
Original file line number Diff line number Diff line change 24
24
ref : ${{ github.event.workflow_run.head_branch }}
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
27
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
28
28
with :
29
29
python-version : ' 3.x'
30
30
35
35
run : PIP_CONSTRAINT=requirements-build.txt python3 -m build --sdist --wheel --outdir dist/ .
36
36
37
37
- name : Store build artifacts
38
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
38
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
39
39
# NOTE: The GitHub release page contains the release artifacts too, but using
40
40
# GitHub upload/download actions seems robuster: there is no need to compute
41
41
# download URLs and tampering with artifacts between jobs is more limited.
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Publish binary wheel and source tarball on PyPI
102
102
# Only attempt pypi upload in upstream repository
103
103
if : github.repository == 'secure-systems-lab/securesystemslib'
104
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
104
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
105
105
106
106
- name : Finalize GitHub release
107
107
uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
15
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
16
16
with :
17
17
python-version : ' 3.x'
18
18
cache : ' pip'
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
23
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
24
24
with :
25
25
python-version : ' 3.x'
26
26
cache : ' pip'
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
21
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
22
22
with :
23
23
python-version : ' 3.x'
24
24
cache : ' pip'
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
15
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
16
16
with :
17
17
python-version : ' 3.x'
18
18
cache : ' pip'
You can’t perform that action at this time.
0 commit comments