Skip to content

Commit

Permalink
Update siteupdate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balat authored Oct 7, 2023
1 parent e592934 commit 7e0dab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/siteupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: master

- name: Install OCaml
uses: avsm/setup-ocaml@v1
uses: avsm/setup-ocaml@v2
with:
ocaml-version: 4.11.0
ocaml-version: 4.14.0

- name: Install HOW
run: |
Expand Down

0 comments on commit 7e0dab6

Please sign in to comment.