Skip to content

Commit 97b7af8

Browse files
Bump haskell-actions/setup from 2.8.0 to 2.8.2
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.8.0 to 2.8.2. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@v2.8.0...v2.8.2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f31774 commit 97b7af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ghc: ["9.8.4", "9.10.1", "9.12.1"]
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: haskell-actions/[email protected].0
25+
- uses: haskell-actions/[email protected].2
2626
id: setup-haskell-cabal
2727
with:
2828
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)