Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Bump haskell-actions/setup from 2.7.6 to 2.7.8 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[CI] Bump haskell-actions/setup from 2.7.6 to 2.7.8
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.6 to 2.7.8.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@v2.7.6...v2.7.8)

---
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 Jan 1, 2025
commit 3808793b17deca734a524ca2e038a6ddce1f2cae
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
ghc: 'latest'
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/[email protected].6
- uses: haskell-actions/[email protected].8
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Loading