Skip to content

Commit

Permalink
Bump haskell/actions from 1 to 2 (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 20, 2022
1 parent 0533c55 commit bb5aca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [ ! -z "$PPA" ]; then sudo add-apt-repository "$PPA" -y; fi
sudo apt-get -o Acquire::Retries=30 update -q
sudo apt-get -o Acquire::Retries=30 install ocaml-findlib $COQ_PACKAGE -y --allow-unauthenticated
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
ghc-version: 'latest'
cabal-version: 'latest'
Expand Down

0 comments on commit bb5aca4

Please sign in to comment.