Skip to content

Commit

Permalink
GA(deps): Bump haskell-actions/setup from 2.6 to 2.7
Browse files Browse the repository at this point in the history
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.6 to 2.7.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@v2.6...v2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 8db6b09 commit dce235a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2.6
- uses: haskell-actions/setup@v2.7
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2.6
- uses: haskell-actions/setup@v2.7
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit dce235a

Please sign in to comment.