Skip to content

Commit

Permalink
upgrade CI to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoDeveloping committed Nov 7, 2023
1 parent 8462c59 commit 229f35d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Try to restore build cache
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "~/.opam"
key: ${{env.CACHE_KEY}}
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Checkout code
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- name: Restore build cache
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "~/.opam"
key: ${{env.CACHE_KEY}}
Expand All @@ -59,7 +59,7 @@ jobs:
ocaml-version: ${{env.OCAML_VERSION}}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down

0 comments on commit 229f35d

Please sign in to comment.