File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 run : echo "$GITHUB_CONTEXT"
5555 - uses : actions/checkout@v5
5656 - name : Set up Python
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : " 3.11"
6060 - name : Setup uv
Original file line number Diff line number Diff line change 2525 run : echo "$GITHUB_CONTEXT"
2626 - uses : actions/checkout@v5
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.11"
3131 - name : Setup uv
Original file line number Diff line number Diff line change 2323 run : echo "$GITHUB_CONTEXT"
2424 - uses : actions/checkout@v5
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.10"
2929 # Issue ref: https://github.com/actions/setup-python/issues/436
Original file line number Diff line number Diff line change 2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.9'
2929 - name : Setup uv
Original file line number Diff line number Diff line change 2525 run : echo "$GITHUB_CONTEXT"
2626 - uses : actions/checkout@v5
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.10"
3131 # Issue ref: https://github.com/actions/setup-python/issues/436
Original file line number Diff line number Diff line change 4343 run : echo "$GITHUB_CONTEXT"
4444 - uses : actions/checkout@v5
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949 - name : Setup uv
8282 GITHUB_CONTEXT : ${{ toJson(github) }}
8383 run : echo "$GITHUB_CONTEXT"
8484 - uses : actions/checkout@v5
85- - uses : actions/setup-python@v5
85+ - uses : actions/setup-python@v6
8686 with :
8787 python-version : ' 3.8'
8888 - name : Setup uv
You can’t perform that action at this time.
0 commit comments