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 1616 persist-credentials : false
1717
1818 - name : Set up Python (oldest supported version)
19- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
19+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2020 with :
2121 python-version : " 3.9"
2222 cache : ' pip'
5555 persist-credentials : false
5656
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
58+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 cache : ' pip'
9999 run : touch requirements.txt
100100
101101 - name : Set up Python
102- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
102+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
103103 with :
104104 python-version : ' 3.x'
105105 cache : ' pip'
Original file line number Diff line number Diff line change 1616 persist-credentials : false
1717
1818 - name : Set up Python
19- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
19+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2020 with :
2121 python-version : ' 3.x'
2222 cache : ' pip'
Original file line number Diff line number Diff line change 2424 ref : ${{ github.event.workflow_run.head_branch }}
2525
2626 - name : Set up Python
27- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
27+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2828 with :
2929 python-version : ' 3.x'
3030
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 with :
1919 persist-credentials : false
20- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2121 with :
2222 python-version : " 3.x"
2323 - id : get-version
You can’t perform that action at this time.
0 commit comments