Skip to content

Commit

Permalink
Bump haskell-actions/setup from 2.7.5 to 2.7.6
Browse files Browse the repository at this point in the history
Bumps [haskell-actions/setup](https:/haskell-actions/setup) from 2.7.5 to 2.7.6.
- [Release notes](https:/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@v2.7.5...v2.7.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 951c44f commit c72f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/stack.yaml','**/stack.yaml.lock','**/package.yaml') }}-v2
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-
- uses: haskell-actions/[email protected].5
- uses: haskell-actions/[email protected].6
with:
ghc-version: '9.2.5'
enable-stack: true
Expand Down

0 comments on commit c72f633

Please sign in to comment.