Skip to content

Commit

Permalink
Bump haskell-actions/setup in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [haskell-actions/setup](https://github.com/haskell-actions/setup).


Updates `haskell-actions/setup` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@f5975f0...bbd90a2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent ac697c7 commit e6ebead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/[email protected]
with:
submodules: true
- uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
- uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9
with:
ghc-version: ${{ matrix.version.ghc }}
cabal-version: ${{ matrix.version.cabal }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# Install Stack without GHC first, so we have an opportunity to cache the
# Pantry package index.
- name: Install Stack
uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9
id: setup-stack
with:
enable-stack: true
Expand Down

0 comments on commit e6ebead

Please sign in to comment.