Skip to content

Commit

Permalink
Bump haskell-actions/setup from 2.7.0 to 2.7.1 (haskell#4189)
Browse files Browse the repository at this point in the history
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@v2.7.0...v2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Hrcek <2716069+jhrcek@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jhrcek authored Apr 22, 2024
1 parent 54806cf commit 9b0699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
example: ['cabal', 'lsp-types']

steps:
- uses: haskell-actions/setup@v2.7.0
- uses: haskell-actions/setup@v2.7.1
with:
ghc-version : ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down

0 comments on commit 9b0699d

Please sign in to comment.