Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
opam install -y num ledit camlp-streams ocamlfind

- name: Checkout this repo
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
path: hol-light

Expand All @@ -54,7 +54,7 @@ jobs:
opam init --disable-sandboxing

- name: Checkout this repo
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
path: hol-light

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
opam init --disable-sandboxing

- name: Checkout this repo
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
path: hol-light

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install opam & build HOL Light
run: |
Expand Down