2828 pytket_or_workflow_changed : ${{ steps.filter.outputs.pytket_or_workflow }}
2929 tket_ver : ${{ steps.tket_ver.outputs.tket_ver }}
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v4
3232 - name : Select Python 3.12
3333 uses : actions/setup-python@v5
3434 with :
8282 if : needs.check_changes.outputs.tket_or_workflow_changed == 'true' || needs.check_changes.outputs.doxyfile_or_workflow_changed == 'true'
8383 runs-on : ' ubuntu-24.04'
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v4
8686 - name : Check doxygen
8787 run : |
8888 sudo apt install -y doxygen graphviz
9292 name : Check C++ code formatting
9393 runs-on : ' macos-latest'
9494 steps :
95- - uses : actions/checkout@v5
95+ - uses : actions/checkout@v4
9696 - name : Check C++ code formatting
9797 run : |
9898 brew update
@@ -109,7 +109,7 @@ jobs:
109109 os : ['ubuntu-24.04', 'macos-13', 'macos-15']
110110 runs-on : ${{ matrix.os }}
111111 steps :
112- - uses : actions/checkout@v5
112+ - uses : actions/checkout@v4
113113 - name : apt update
114114 if : matrix.os == 'ubuntu-24.04'
115115 run : sudo apt update
@@ -166,7 +166,7 @@ jobs:
166166 os : ['windows-2025']
167167 runs-on : ${{ matrix.os }}
168168 steps :
169- - uses : actions/checkout@v5
169+ - uses : actions/checkout@v4
170170 - name : Select Python 3.12
171171 uses : actions/setup-python@v5
172172 with :
@@ -253,7 +253,7 @@ jobs:
253253 if : needs.check_changes.outputs.tket_or_workflow_changed == 'true' || needs.check_changes.outputs.pytket_or_workflow_changed == 'true'
254254 runs-on : ubuntu-24.04
255255 steps :
256- - uses : actions/checkout@v5
256+ - uses : actions/checkout@v4
257257 with :
258258 submodules : recursive
259259 - name : Select Python 3.12
@@ -357,7 +357,7 @@ jobs:
357357 os : ['macos-13', 'macos-15']
358358 runs-on : ${{ matrix.os }}
359359 steps :
360- - uses : actions/checkout@v5
360+ - uses : actions/checkout@v4
361361 - name : Select Python 3.12
362362 uses : actions/setup-python@v5
363363 with :
@@ -436,7 +436,7 @@ jobs:
436436 if : needs.check_changes.outputs.tket_or_workflow_changed == 'true' || needs.check_changes.outputs.pytket_or_workflow_changed == 'true'
437437 runs-on : windows-2025
438438 steps :
439- - uses : actions/checkout@v5
439+ - uses : actions/checkout@v4
440440 - name : Select Python 3.12
441441 uses : actions/setup-python@v5
442442 with :
@@ -552,7 +552,7 @@ jobs:
552552 if : github.event_name == 'push'
553553 runs-on : ubuntu-24.04
554554 steps :
555- - uses : actions/checkout@v5
555+ - uses : actions/checkout@v4
556556 with :
557557 ref : gh-pages
558558 - name : Download artefact
@@ -580,7 +580,7 @@ jobs:
580580 if : github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
581581 runs-on : ubuntu-24.04
582582 steps :
583- - uses : actions/checkout@v5
583+ - uses : actions/checkout@v4
584584 - name : Download artefact
585585 uses : actions/download-artifact@v5
586586 with :
0 commit comments