Skip to content

Commit 31d7bee

Browse files
authored
Merge pull request #409 from ocaml-multicore/actions-update
Actions update
2 parents 71e9142 + c5412c4 commit 31d7bee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/common.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: "runner.os == 'Windows' && inputs.cygwin"
111111

112112
- name: Checkout code
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
114114

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

213213
- name: Install Cygwin (in particular OPAM) (Cygwin)
214-
uses: cygwin/cygwin-install-action@v3
214+
uses: cygwin/cygwin-install-action@v4
215215
with:
216216
packages: opam
217217
install-dir: 'D:\cygwin'

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Cache opam
1616
id: cache-opam

.github/workflows/opam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Install OCaml compiler
3131
uses: ocaml/setup-ocaml@v2

0 commit comments

Comments
 (0)