Skip to content

Commit d6cbc3f

Browse files
author
Jared Weakly
committed
Update actions to use the latest versions
1 parent 8cf8b45 commit d6cbc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/heapster.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: ~/.opam
3737
key: ocaml-coqbits-${{ runner.os }}-${{ env.OCAML_VERSION }}-${{ env.SETUP_OCAML_ACTION_VERSION }}-${{ env.COQBITS_VERSION }}
3838
- name: Set up ocaml and opam
39-
uses: avsm/setup-ocaml@v1.1.2
39+
uses: avsm/setup-ocaml@v1
4040
with:
4141
ocaml-version: ${{ env.OCAML_VERSION }}
4242
- name: Install coq-bits
@@ -45,7 +45,7 @@ jobs:
4545
opam repo add coq-released https://coq.inria.fr/opam/released
4646
opam install --unlock-base -y "coq-bits=$COQBITS_VERSION"
4747
48-
- uses: actions/setup-haskell@v1
48+
- uses: haskell/actions/setup@v1
4949
id: setup-haskell
5050
with:
5151
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)