File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 python-version : ' 3.12'
2020 - name : Install build
2121 run : python -m pip install build
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 - name : Build package
Original file line number Diff line number Diff line change 2626 matrix :
2727 python-version : ['3.10', '3.11', '3.12', '3.13']
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v5
3232 with :
5050 matrix :
5151 python-version : ['3.10', '3.11', '3.12', '3.13']
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - name : Setup system dependencies
5555 run : |
5656 sudo apt-get update
7676 python-version : ['3.13']
7777 fail-fast : false
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 - name : Setup system dependencies
8181 run : |
8282 sudo apt-get update
9696 build-and-check :
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@v4
99+ - uses : actions/checkout@v5
100100 with :
101101 fetch-tags : true
102102 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments