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 and tomjaguarpaw committed Mar 29, 2024
1 parent a9cb36b commit a4f6475
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 @@ -54,7 +54,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 @@ -102,7 +102,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 a4f6475

Please sign in to comment.