diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4403d47df6..6951a6c619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: - name: Get OPAM executable path if: steps.cache-opam-env.outputs.cache-hit != 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const opamPath = await io.which('opam', true);