Skip to content

Commit 7ee971d

Browse files
dependabot[bot]mrkkrp
authored andcommitted
Bump haskell-actions/setup from 2.10.1 to 2.10.2
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27e78ed commit 7ee971d

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.3", "9.12.1"]
2323
steps:
2424
- uses: actions/checkout@v6
25-
- uses: haskell-actions/[email protected].1
25+
- uses: haskell-actions/[email protected].2
2626
id: setup-haskell-cabal
2727
with:
2828
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)