File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 python-version : [ 3.7, 3.9 ]
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v4
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v3
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v3
24+ uses : actions/setup-python@v4
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
Original file line number Diff line number Diff line change 4949
5050# General information about the project.
5151project = u'Hodgkin Huxley Tutorial'
52- copyright = u'2014-2022 , Joe Bowen & OpenWorm project'
52+ copyright = u'2014-2023 , Joe Bowen & OpenWorm project'
5353
5454# The version info for the project you're documenting, acts as replacement for
5555# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments