File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Setup node.js
27- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 .3.0
27+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 .3.0
2828 with :
2929 node-version : " 22"
3030 check-latest : true
3737 npm i -g shx
3838
3939 - name : Checkout project
40- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
4141 with :
4242 submodules : true
4343
4747
4848 - name : Esy cache
4949 id : esy-cache
50- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
50+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5151 with :
5252 path : _export
5353 key : ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Setup node.js
19- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 .3.0
19+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 .3.0
2020 with :
2121 node-version : " 22"
2222 check-latest : true
3636 echo "$HOME/cmake/bin" >> $GITHUB_PATH
3737
3838 - name : Checkout project
39- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
39+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
4040 with :
4141 submodules : " recursive"
4242
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
2222
2323 steps :
2424 - name : Setup node.js
25- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 .3.0
25+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 .3.0
2626 with :
2727 node-version : " 22"
2828 check-latest : true
2929
3030 - name : Checkout project
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3232 with :
3333 submodules : true
3434
3535 - name : Setup OCaml ${{ matrix.ocaml-compiler }}
36- uses : ocaml/setup-ocaml@c2e6bb92370612b89f302c3aaefa1da45ee2d702 # v3.2.15
36+ uses : ocaml/setup-ocaml@4dd53a587b9836a35604fec9601e606ff42145bc # v3.4.1
3737 with :
3838 ocaml-compiler : ${{ matrix.ocaml-compiler }}
3939
Original file line number Diff line number Diff line change 3434 brew install git-archive-all
3535
3636 - name : Checkout code
37- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3838 with :
3939 submodules : true
4040
@@ -68,13 +68,13 @@ jobs:
6868 echo -n "$CHANGES" > CHANGES.md
6969
7070 - name : Setup OCaml
71- uses : ocaml/setup-ocaml@c2e6bb92370612b89f302c3aaefa1da45ee2d702 # v3.2.15
71+ uses : ocaml/setup-ocaml@4dd53a587b9836a35604fec9601e606ff42145bc # v3.4.1
7272 with :
7373 ocaml-compiler : 5.2.0
7474
7575 - name : Install publish utils
7676 run : |
77- opam install opam-publish=2.7 .0
77+ opam install opam-publish=3.0 .0
7878
7979 - name : Publish to opam
8080 env :
8888 runs-on : ubuntu-22.04
8989 steps :
9090 - name : Setup NodeJS
91- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 .3.0
91+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 .3.0
9292 with :
9393 node-version : " 22"
9494 registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments