File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ jobs:
2828 steps :
2929 # Checkout UniMath in the current directory.
3030 - name : Checkout UniMath
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 with :
3333 repository : UniMath/UniMath
3434 path : .
3535 clean : false
3636
3737 # Checkout TypeTheory in TypeTheory/
3838 - name : Checkout largecatmodules
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 path : largecatmodules
4242
4343 # Grab the cache if available. We tell dune to use $(pwd)/dune-cache/ in
4444 # the custom_script below.
45- - uses : actions/cache@v3
45+ - uses : actions/cache@v4
4646 with :
4747 path : dune-cache
4848 key : largecatmodules-coq-${{ matrix.coq-version }}-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 1- (lang dune 3 .5 )
2- (using coq 0 .6 )
1+ (lang dune 3 .8 )
2+ (using coq 0 .8 )
33
You can’t perform that action at this time.
0 commit comments