Skip to content

Commit

Permalink
Update actions/setup-haskell to 1.1.3 (jaspervdj#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Nov 17, 2020
1 parent 850cf28 commit a9e877c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
cabal:
name: ${{ matrix.os }} / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
env:
# Workaround for actions/[email protected] on Windows: https://github.com/actions/runner/pull/779
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
Expand All @@ -32,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: actions/[email protected].1
- uses: actions/[email protected].3
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down Expand Up @@ -70,7 +73,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: actions/[email protected]
- uses: actions/[email protected].3
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit a9e877c

Please sign in to comment.