Skip to content

Commit 089c6af

Browse files
committed
follows PR #1839 to UniMath
1 parent f7b0b31 commit 089c6af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(lang dune 3.5)
2-
(using coq 0.6)
1+
(lang dune 3.8)
2+
(using coq 0.8)
33

0 commit comments

Comments
 (0)