Skip to content

Commit 295c9f9

Browse files
committed
update workflows to 5.4.0
1 parent f6055d6 commit 295c9f9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- 5.2.0
1919
- 5.2.1
2020
- 5.3.0
21+
- 5.4.0
2122

2223
steps:
2324
- uses: actions/checkout@v3

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: ocaml/setup-ocaml@v3
1919
with:
20-
ocaml-compiler: 5.3.0
20+
ocaml-compiler: 5.4.0
2121

2222
- name: Install dependencies
2323
run: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build Artifacts
1111
runs-on: ubuntu-latest
1212
env:
13-
OCAML_VERSION: 5.3.0
13+
OCAML_VERSION: 5.4.0
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)