@@ -64,15 +64,15 @@ jobs:
6464 with open(os.environ.get("GITHUB_ENV"), "a") as file:
6565 file.write("matrix_storage_filename=%s" % "${{ matrix.storage }}".replace(" ","").replace("--", "_")[1:])
6666
67- - uses : actions/checkout@v4.1.7
67+ - uses : actions/checkout@v4.2.2
6868 with :
6969 repository : ${{ inputs.repo }}
7070 ref : ${{ inputs.ref }}
7171 token : ${{ secrets.token }}
7272 fetch-depth : 0
7373
7474 - name : Set up Python ${{ matrix.python-version }}
75- uses : actions/setup-python@v5.1 .0
75+ uses : actions/setup-python@v5.3 .0
7676 with :
7777 python-version : ${{ matrix.python-version }}
7878 cache : pip
@@ -184,15 +184,15 @@ jobs:
184184 BUGGER_OFF : " true"
185185
186186 steps :
187- - uses : actions/checkout@v4.1.7
187+ - uses : actions/checkout@v4.2.2
188188 with :
189189 repository : ${{ inputs.repo }}
190190 ref : ${{ inputs.ref }}
191191 token : ${{ secrets.token }}
192192 fetch-depth : 0
193193
194194 - name : Set up Python
195- uses : actions/setup-python@v5.1 .0
195+ uses : actions/setup-python@v5.3 .0
196196 with :
197197 python-version : " 3.10"
198198 cache : pip
@@ -246,15 +246,15 @@ jobs:
246246 BUGGER_OFF : " true"
247247
248248 steps :
249- - uses : actions/checkout@v4.1.7
249+ - uses : actions/checkout@v4.2.2
250250 with :
251251 repository : ${{ inputs.repo }}
252252 ref : ${{ inputs.ref }}
253253 token : ${{ secrets.token }}
254254 fetch-depth : 0
255255
256256 - name : Checkout the buH source code
257- uses : actions/checkout@v4.1.7
257+ uses : actions/checkout@v4.2.2
258258 with :
259259 path : buH
260260 repository : activeloopai/buH
@@ -269,7 +269,7 @@ jobs:
269269 key : buH-datasets-clean
270270
271271 - name : Set up Python
272- uses : actions/setup-python@v5.1 .0
272+ uses : actions/setup-python@v5.3 .0
273273 with :
274274 python-version : " 3.10"
275275 cache : pip
@@ -322,7 +322,7 @@ jobs:
322322 env :
323323 BUGGER_OFF : " true"
324324 steps :
325- - uses : actions/checkout@v4.1.7
325+ - uses : actions/checkout@v4.2.2
326326 with :
327327 repository : ${{ inputs.repo }}
328328 ref : ${{ inputs.ref }}
@@ -346,7 +346,7 @@ jobs:
346346 report_paths : results/test-results-*/*.results.xml
347347
348348 - name : Set up Python
349- uses : actions/setup-python@v5.1 .0
349+ uses : actions/setup-python@v5.3 .0
350350 with :
351351 python-version : " 3.10"
352352 cache : pip
0 commit comments