Skip to content

Commit

Permalink
GA(deps): Bump actions/setup-haskell from v1.1.3 to v1.1.4 (kowainik#359
Browse files Browse the repository at this point in the history
)

Bumps [actions/setup-haskell](https://github.com/actions/setup-haskell) from v1.1.3 to v1.1.4.
- [Release notes](https://github.com/actions/setup-haskell/releases)
- [Commits](actions/setup-haskell@v1.1.3...048c299)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2020
1 parent dbecab9 commit fa952c4
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].3
- uses: actions/[email protected].4
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].3
- uses: actions/[email protected].4
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].3
- uses: actions/[email protected].4
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].3
- uses: actions/[email protected].4
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].3
- uses: actions/[email protected].4
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit fa952c4

Please sign in to comment.