2121 matrix :
2222 python : ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python }}
6161 matrix :
6262 python : ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 - uses : actions/setup-python@v5
6666 with :
6767 python-version : ${{ matrix.python }}
7676 matrix :
7777 python : ["3.10", "3.12", "3.14-dev"]
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 - uses : actions/setup-python@v5
8181 with :
8282 python-version : ${{ matrix.python }}
8787 omegaconf :
8888 runs-on : ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 - uses : actions/setup-python@v5
9292 with :
9393 python-version : " 3.12"
9898 pydantic-v1 :
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@v4
101+ - uses : actions/checkout@v5
102102 - uses : actions/setup-python@v5
103103 with :
104104 python-version : " 3.12"
@@ -131,7 +131,7 @@ jobs:
131131 build-package :
132132 runs-on : ubuntu-latest
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v5
135135 - uses : actions/setup-python@v5
136136 with :
137137 python-version : " 3.12"
@@ -148,7 +148,7 @@ jobs:
148148 runs-on : ubuntu-latest
149149 needs : [build-package]
150150 steps :
151- - uses : actions/checkout@v4
151+ - uses : actions/checkout@v5
152152 - uses : actions/setup-python@v5
153153 with :
154154 python-version : " 3.12"
@@ -172,7 +172,7 @@ jobs:
172172 doctest :
173173 runs-on : ubuntu-latest
174174 steps :
175- - uses : actions/checkout@v4
175+ - uses : actions/checkout@v5
176176 - uses : actions/setup-python@v5
177177 with :
178178 python-version : " 3.12"
@@ -184,7 +184,7 @@ jobs:
184184 mypy :
185185 runs-on : ubuntu-latest
186186 steps :
187- - uses : actions/checkout@v4
187+ - uses : actions/checkout@v5
188188 - uses : actions/setup-python@v5
189189 with :
190190 python-version : " 3.12"
@@ -201,7 +201,7 @@ jobs:
201201 environment : codecov
202202 needs : [linux, pydantic-v1]
203203 steps :
204- - uses : actions/checkout@v4
204+ - uses : actions/checkout@v5
205205 - uses : actions/download-artifact@v4
206206 with :
207207 merge-multiple : true
@@ -224,7 +224,7 @@ jobs:
224224 (github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork)
225225 needs : [linux, pydantic-v1]
226226 steps :
227- - uses : actions/checkout@v4
227+ - uses : actions/checkout@v5
228228 with :
229229 fetch-depth : 0 # Shallow clone disabled for a better relevancy of analysis
230230 - uses : actions/download-artifact@v4
@@ -239,7 +239,7 @@ jobs:
239239 VERSION="$(git describe --tags --abbrev=0 | sed 's/^v//')+$(git rev-parse --short HEAD)"
240240 fi
241241 echo "VERSION=$VERSION" >> $GITHUB_ENV
242- - uses : SonarSource/sonarqube-scan-action@v4
242+ - uses : SonarSource/sonarqube-scan-action@v5
243243 with :
244244 args : >
245245 -Dsonar.organization=omni-us
0 commit comments