Skip to content

Commit

Permalink
GA(deps): Bump haskell/actions from 1.2.1 to 1.2.3 (#418)
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](haskell/actions@v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: haskell/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 2, 2021
1 parent 5aaaed9 commit 26a5b4a
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: haskell/actions/[email protected].1
- uses: haskell/actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: haskell/actions/[email protected].1
- uses: haskell/actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: haskell/actions/[email protected].1
- uses: haskell/actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: haskell/actions/[email protected].1
- uses: haskell/actions/[email protected].3
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -140,7 +140,7 @@ jobs:
steps:
- uses: actions/[email protected]

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

0 comments on commit 26a5b4a

Please sign in to comment.