File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out Git repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Lint with Flake8
2121 run : |
2222 python3 -m venv .venv
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Check out Git repository
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 - name : Run tests
3636 run : |
3737 python3 -m venv .venv
@@ -51,10 +51,10 @@ jobs:
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Check out Git repository
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555
5656 - name : Check out siliconcompiler Git repository
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 with :
5959 repository : siliconcompiler/siliconcompiler
6060 path : siliconcompiler
8383 container : ghcr.io/siliconcompiler/sc_runner:latest
8484 steps :
8585 - name : Check out Git repository
86- uses : actions/checkout@v5
86+ uses : actions/checkout@v6
8787 - name : Run tests
8888 run : |
8989 python3 -m venv .venv
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 submodules : true
1818 - uses : hynek/build-and-inspect-python-package@v2
You can’t perform that action at this time.
0 commit comments