Skip to content

Commit 8bd87d7

Browse files
committed
Update workflow to Isabelle 2023
1 parent a8bb0c2 commit 8bd87d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- name: Cache Isabelle Heaps
1818
uses: actions/cache@v2
1919
with:
20-
key: ${{ runner.os }}-Isabelle2021-${{ hashFiles('ROOT') }}-${{ github.run_id }}
20+
key: ${{ runner.os }}-Isabelle2022-${{ hashFiles('ROOT') }}-${{ github.run_id }}
2121
path: .heaps
2222
restore-keys: |
23-
${{ runner.os }}-Isabelle2021-${{ hashFiles('ROOT') }}
23+
${{ runner.os }}-Isabelle2022-${{ hashFiles('ROOT') }}
2424
2525
- name: Build Sessions
26-
uses: BraeWebb/isabelle-action@v1.10
26+
uses: BraeWebb/isabelle-action@v1.11
2727
with:
2828
args: "build -b -P site -D . -v"
2929
heapCacheDir: .heaps

0 commit comments

Comments
 (0)