File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
1616 - name : Set up Python (oldest supported version)
17- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
17+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1818 with :
1919 python-version : 3.8
2020 cache : ' pip'
5151 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5252
5353 - name : Set up Python ${{ matrix.python-version }}
54- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
54+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757 cache : ' pip'
9494 run : touch requirements.txt
9595
9696 - name : Set up Python
97- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
97+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
9898 with :
9999 python-version : ' 3.x'
100100 cache : ' pip'
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
1616 - name : Set up Python
17- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
17+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1818 with :
1919 python-version : ' 3.x'
2020 cache : ' pip'
Original file line number Diff line number Diff line change 2323 ref : ${{ github.event.workflow_run.head_branch }}
2424
2525 - name : Set up Python
26- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
26+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2727 with :
2828 python-version : ' 3.x'
2929
3636 awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
3737
3838 - name : Store build artifacts
39- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
39+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4040 with :
4141 name : build-artifacts
4242 path : |
9999 - name : Publish binary wheel and source tarball on PyPI
100100 # Only attempt pypi upload in upstream repository
101101 if : github.repository == 'theupdateframework/python-tuf'
102- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
102+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
103103
104104 - name : Finalize GitHub release
105105 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 1515 version : ${{ steps.get-version.outputs.version }}
1616 steps :
1717 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
18+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments