mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
Upgrade github actions
This commit is contained in:
parent
929deb2359
commit
2e030f99fa
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Opam modules cache
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: cache-opam-modules
|
||||
with:
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
${{ runner.os }}-
|
||||
|
||||
- name: Set up OCaml
|
||||
uses: avsm/setup-ocaml@v1
|
||||
uses: avsm/setup-ocaml@v2
|
||||
with:
|
||||
# Version of the OCaml compiler to initialise
|
||||
ocaml-version: 4.11.2
|
||||
|
Loading…
Reference in New Issue
Block a user