Skip to content

Commit 815eeb8

Browse files
Bump haskell-actions/setup from 2.7.7 to 2.7.9
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.7 to 2.7.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@e447c4c...bbd90a2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9e41a4 commit 815eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
bundler-cache: true
5959
- name: Setup Haskell
60-
uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb
60+
uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748
6161
with:
6262
ghc-version: ${{ matrix.ghc }}
6363
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)