File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 ref : ${{ github.event.pull_request.head.sha }}
2020 - run : echo "PYTHON_VERSION=$(cat .python-version)" >> "${GITHUB_ENV}"
2121 - name : Set up Python ${{ env.PYTHON_VERSION }}
22- uses : actions/setup-python@v2.3.2
22+ uses : actions/setup-python@v3
2323 with :
2424 python-version : ${{env.PYTHON_VERSION }}
2525 cache : pipenv
Original file line number Diff line number Diff line change 2121 submodules : " recursive"
2222 - run : echo "PYTHON_VERSION=$(cat .python-version)" >> "${GITHUB_ENV}"
2323 - name : Set up Python ${{ env.PYTHON_VERSION }}
24- uses : actions/setup-python@v2.3.2
24+ uses : actions/setup-python@v3
2525 with :
2626 python-version : ${{ env.PYTHON_VERSION }}
2727 cache : pipenv
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020 - run : echo "PYTHON_VERSION=$(cat .python-version)" >> "${GITHUB_ENV}"
2121 - name : Set up Python ${{ env.PYTHON_VERSION }}
22- uses : actions/setup-python@v2.3.2
22+ uses : actions/setup-python@v3
2323 with :
2424 python-version : ${{ env.PYTHON_VERSION }}
2525 cache : pipenv
You can’t perform that action at this time.
0 commit comments