File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 echo "Log Level: ${{ github.event.inputs.log_level }}"
4141 echo "Environment: ${{ github.event.inputs.environment }}"
4242 - name : Set up Python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ env.PYTHON_VERSION }}
4646 - name : Install uv
Original file line number Diff line number Diff line change 3535 - name : Read Python version
3636 run : echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
3737 - name : Set up Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ env.PYTHON_VERSION }}
4141 - name : Install uv
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - name : Read Python version
1919 run : echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ env.PYTHON_VERSION }}
2323 - name : Install uv
Original file line number Diff line number Diff line change 2222 - name : Read Python version
2323 run : echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828 - name : Install uv
Original file line number Diff line number Diff line change 3030 echo "Log Level: ${{ github.event.inputs.log_level }}"
3131 echo "Environment: ${{ github.event.inputs.environment }}"
3232 - name : Set up Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ env.PYTHON_VERSION }}
3636 - name : Install uv
You can’t perform that action at this time.
0 commit comments