Skip to content

Commit

Permalink
Merge pull request #409 from ocaml-multicore/actions-update
Browse files Browse the repository at this point in the history
Actions update
  • Loading branch information
jmid committed Nov 9, 2023
2 parents 71e9142 + c5412c4 commit 31d7bee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: "runner.os == 'Windows' && inputs.cygwin"

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Pre-setup ($PATH, cache prefix, custom OPAM package for the compiler)
id: presetup
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
if: "runner.os == 'Windows' && inputs.cygwin"

- name: Install Cygwin (in particular OPAM) (Cygwin)
uses: cygwin/cygwin-install-action@v3
uses: cygwin/cygwin-install-action@v4
with:
packages: opam
install-dir: 'D:\cygwin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache opam
id: cache-opam
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install OCaml compiler
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 31d7bee

Please sign in to comment.