diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 890b0cf2f..3501a3d96 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -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 @@ -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' diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 97eb96b00..4fb13add5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 diff --git a/.github/workflows/opam.yml b/.github/workflows/opam.yml index 828bed1e8..22e563a8b 100644 --- a/.github/workflows/opam.yml +++ b/.github/workflows/opam.yml @@ -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