File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.os }}
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
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 - name : Install dependencies
5555 runs-on : ubuntu-latest
5656
5757 steps :
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5959 - name : Set up Python
60- uses : actions/setup-python@v4
60+ uses : actions/setup-python@v5
6161 with :
6262 python-version : ' 3.x'
6363 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set up Python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments