File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.11'
1919
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-python@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.10'
1818 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v4
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
You can’t perform that action at this time.
0 commit comments