2828 DOCKER_CLIENT_TIMEOUT : " 120"
2929 COMPOSE_HTTP_TIMEOUT : " 120"
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - name : Validate version and release notes
3333 run : |
3434 DJ_VERSION=$(grep -oP '\d+\.\d+\.\d+' datajoint/version.py)
@@ -64,12 +64,10 @@ jobs:
6464 mysql_ver : " 8.0"
6565 - py_ver : " 3.8"
6666 mysql_ver : " 5.7"
67- - py_ver : " 3.7"
68- mysql_ver : " 5.7"
6967 steps :
70- - uses : actions/checkout@v3
68+ - uses : actions/checkout@v4
7169 - name : Set up Python ${{matrix.py_ver}}
72- uses : actions/setup-python@v4
70+ uses : actions/setup-python@v5
7371 with :
7472 python-version : ${{matrix.py_ver}}
7573 - name : Install dependencies
9694 matrix :
9795 py_ver : ["3.11"]
9896 steps :
99- - uses : actions/checkout@v3
97+ - uses : actions/checkout@v4
10098 - name : Set up Python ${{matrix.py_ver}}
101- uses : actions/setup-python@v4
99+ uses : actions/setup-python@v5
102100 with :
103101 python-version : ${{matrix.py_ver}}
104102 - name : Install dependencies
@@ -119,7 +117,7 @@ jobs:
119117 runs-on : ubuntu-latest
120118 steps :
121119 - name : Checkout
122- uses : actions/checkout@v3
120+ uses : actions/checkout@v4
123121 - name : Codespell
124122 uses : codespell-project/actions-codespell@v2
125123 publish-docs :
@@ -132,7 +130,7 @@ jobs:
132130 DOCKER_CLIENT_TIMEOUT : " 120"
133131 COMPOSE_HTTP_TIMEOUT : " 120"
134132 steps :
135- - uses : actions/checkout@v3
133+ - uses : actions/checkout@v4
136134 - name : Deploy docs
137135 run : |
138136 export MODE=BUILD
@@ -164,9 +162,9 @@ jobs:
164162 outputs :
165163 release_upload_url : ${{steps.create_gh_release.outputs.upload_url}}
166164 steps :
167- - uses : actions/checkout@v3
165+ - uses : actions/checkout@v4
168166 - name : Set up Python ${{matrix.py_ver}}
169- uses : actions/setup-python@v4
167+ uses : actions/setup-python@v5
170168 with :
171169 python-version : ${{matrix.py_ver}}
172170 - name : Determine package version
0 commit comments