File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 run : echo "$GITHUB_CONTEXT"
2323 - uses : actions/checkout@v5
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.10"
2828 # Issue ref: https://github.com/actions/setup-python/issues/436
Original file line number Diff line number Diff line change 2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
2323 - uses : actions/checkout@v5
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.9'
2727 - name : Setup uv
Original file line number Diff line number Diff line change 2424 run : echo "$GITHUB_CONTEXT"
2525 - uses : actions/checkout@v5
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.10"
3030 # 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
8686 GITHUB_CONTEXT : ${{ toJson(github) }}
8787 run : echo "$GITHUB_CONTEXT"
8888 - uses : actions/checkout@v5
89- - uses : actions/setup-python@v5
89+ - uses : actions/setup-python@v6
9090 with :
9191 python-version : ' 3.8'
9292 - name : Setup uv
You can’t perform that action at this time.
0 commit comments