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 4646 run : echo "$GITHUB_CONTEXT"
4747 - uses : actions/checkout@v4
4848 - name : Set up Python
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : " 3.11"
5252 - uses : actions/cache@v3
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Set up Python
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : " 3.11"
2929 - name : Install build dependencies
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/setup-python@v4
17+ - uses : actions/setup-python@v5
1818 with :
1919 python-version : ' 3.9'
2020
Original file line number Diff line number Diff line change 3838 steps :
3939 - uses : actions/checkout@v4
4040 - name : Set up Python
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 # Allow debugging with tmate
8484 steps :
8585 - uses : actions/checkout@v4
8686
87- - uses : actions/setup-python@v4
87+ - uses : actions/setup-python@v5
8888 with :
8989 python-version : ' 3.8'
9090
You can’t perform that action at this time.
0 commit comments