Skip to content

Commit dfd91c5

Browse files
committed
update workflow
1 parent 9c23330 commit dfd91c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/siteupdate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3030
- name: Checkout code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
ref: wikidoc
3434

3535
- name: Install OCaml
36-
uses: ocaml/setup-ocaml@v2
36+
uses: ocaml/setup-ocaml@v3
3737
with:
3838
ocaml-compiler: 4.14.x
3939

0 commit comments

Comments
 (0)