Skip to content

Commit 27b7eda

Browse files
committed
Update workflows
1 parent 7765c77 commit 27b7eda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Use OCaml ${{ matrix.ocaml-compiler }}
26-
uses: ocaml/setup-ocaml@v2
26+
uses: ocaml/setup-ocaml@v3
2727
with:
2828
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2929

0 commit comments

Comments
 (0)