Skip to content

Commit

Permalink
Update actions to use the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Weakly committed Jan 27, 2021
1 parent 8cf8b45 commit d6cbc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/heapster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: ~/.opam
key: ocaml-coqbits-${{ runner.os }}-${{ env.OCAML_VERSION }}-${{ env.SETUP_OCAML_ACTION_VERSION }}-${{ env.COQBITS_VERSION }}
- name: Set up ocaml and opam
uses: avsm/setup-ocaml@v1.1.2
uses: avsm/setup-ocaml@v1
with:
ocaml-version: ${{ env.OCAML_VERSION }}
- name: Install coq-bits
Expand All @@ -45,7 +45,7 @@ jobs:
opam repo add coq-released https://coq.inria.fr/opam/released
opam install --unlock-base -y "coq-bits=$COQBITS_VERSION"
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit d6cbc3f

Please sign in to comment.