File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 submodules : ' recursive'
2929 token : ${{ secrets.GITHUB_TOKEN }}
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@v3
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : ${{ env.PYTHON_VERSION }}
4141 - name : Install uv
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 submodules : ' recursive'
1616 token : ${{ secrets.GITHUB_TOKEN }}
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@v3
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828 - name : Install uv
You can’t perform that action at this time.
0 commit comments