File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1616
1717 - name : Set up Python 3.x
18- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
18+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
1919 with :
2020 python-version : 3.x
2121 cache : ' pip'
5959 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6060
6161 - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
62+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565 cache : ' pip'
@@ -101,7 +101,7 @@ jobs:
101101 run : touch requirements.txt
102102
103103 - name : Set up Python
104- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
104+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
105105 with :
106106 python-version : ' 3.x'
107107 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@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
26+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
2727 with :
2828 python-version : ' 3.x'
2929
Original file line number Diff line number Diff line change 1515 version : ${{ steps.get-version.outputs.version }}
1616 steps :
1717 - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
18- - uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
18+ - uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments