Skip to content

Commit e57081c

Browse files
committed
Update GitHub Actions versions
1 parent a0c4c5b commit e57081c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
os: [ubuntu-latest]
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Use OCaml ${{ matrix.ocaml-compiler }}
19-
uses: ocaml/setup-ocaml@v2
19+
uses: ocaml/setup-ocaml@v3
2020
with:
2121
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2222
opam-repositories: |

0 commit comments

Comments
 (0)