Skip to content

Commit

Permalink
Update haskell action to prevent errors (kowainik#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellourbani authored Nov 21, 2020
1 parent 543fa7f commit aa4d999
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'

- uses: actions/[email protected].2
- uses: actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'

- uses: actions/[email protected].2
- uses: actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'

- uses: actions/[email protected].2
- uses: actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'

- uses: actions/[email protected].2
- uses: actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -145,7 +145,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'

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

0 comments on commit aa4d999

Please sign in to comment.