File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 python-version : ["3.8"]
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Run checks
3131 python-version : ["3.x"]
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v4
36+ uses : actions/setup-python@v5
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Run checks
4747 python-version : ["3.x"]
4848
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v4
52+ uses : actions/setup-python@v5
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 - name : Run checks
Original file line number Diff line number Diff line change 1- __version__ = '8.2.21 '
1+ __version__ = '8.2.22 '
22
33# This is a supplemental version number for branches based off of main dev.
44supplementary_version = 0
You can’t perform that action at this time.
0 commit comments