File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : Set up Python (oldest supported version)
17- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
17+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
1818 with :
1919 python-version : " 3.9"
2020 cache : ' pip'
5151 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
5353 - name : Set up Python ${{ matrix.python-version }}
54- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
54+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757 cache : ' pip'
9595 run : touch requirements.txt
9696
9797 - name : Set up Python
98- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
98+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
9999 with :
100100 python-version : ' 3.x'
101101 cache : ' pip'
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : Set up Python
17- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
17+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
26+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
18+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments