File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Build CodeLib proofs
1212 runs-on : macos-latest
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : actions/cache@v4
14+ - uses : actions/checkout@v5
15+ - uses : actions/cache@v5
1616 with :
1717 path : .lake/packages
1818 key : lake-pkgs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('interpreter/lake-manifest.json') }}
2828 name : Build program proofs
2929 runs-on : macos-latest
3030 steps :
31- - uses : actions/checkout@v4
32- - uses : actions/cache@v4
31+ - uses : actions/checkout@v5
32+ - uses : actions/cache@v5
3333 with :
3434 path : .lake/packages
3535 key : lake-pkgs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('interpreter/lake-manifest.json') }}
4646 runs-on : ubuntu-latest
4747 needs : [codelib, programs]
4848 steps :
49- - uses : actions/checkout@v4
50- - uses : actions/cache@v4
49+ - uses : actions/checkout@v5
50+ - uses : actions/cache@v5
5151 with :
5252 path : .lake/packages
5353 key : lake-pkgs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('interpreter/lake-manifest.json') }}
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 name : Check testsuite_report.txt is up to date
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 submodules : true
1919
20- - uses : actions/cache@v4
20+ - uses : actions/cache@v5
2121 with :
2222 path : .lake/packages
2323 key : lake-pkgs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('interpreter/lake-manifest.json') }}
Original file line number Diff line number Diff line change 1111 name : Programs up to date
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 # The verifier executable doesn't need Mathlib (see PR #12), so we
1717 # skip the mathlib cache entirely.
Original file line number Diff line number Diff line change 2727 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
2828 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 with :
3232 # `verifier extract` records the repo commit; full history isn't
3333 # needed but a real .git is.
You can’t perform that action at this time.
0 commit comments