File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v4
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ' 3.12'
3030 cache : ' pip'
Original file line number Diff line number Diff line change 3939 steps :
4040 - uses : actions/checkout@v4
4141 - name : Set up Python ${{ matrix.python-version }}
42- uses : actions/setup-python@v4
42+ uses : actions/setup-python@v5
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 cache : ' pip'
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.12'
1818 cache : ' pip'
Original file line number Diff line number Diff line change 5454 steps :
5555 - uses : actions/checkout@v4
5656 - name : Set up Python ${{ matrix.python-version }}
57- uses : actions/setup-python@v4
57+ uses : actions/setup-python@v5
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 cache : ' pip'
You can’t perform that action at this time.
0 commit comments