Skip to content

Commit 25a5acb

Browse files
authored
Merge pull request #860 from o1-labs/dw/bump-up-ci-docs
CI: bump up images
2 parents 03b0bb5 + 1bce975 commit 25a5acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Use OCaml "4.14.0"
17-
uses: avsm/setup-ocaml@v1
17+
uses: ocaml/setup-ocaml@v3
1818
with:
19-
ocaml-version: 4.14.0
19+
ocaml-compiler: "4.14.0"
2020

2121
- name: Build Documentation
2222
run: |

0 commit comments

Comments
 (0)