Skip to content

Commit c992286

Browse files
Bump haskell-actions/setup from 2.7.8 to 2.7.9
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.8 to 2.7.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@v2.7.8...v2.7.9) --- 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 dde08ea commit c992286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/stack.yaml','**/stack.yaml.lock','**/package.yaml') }}-v2
2323
restore-keys: |
2424
${{ runner.os }}-${{ matrix.ghc }}-
25-
- uses: haskell-actions/[email protected].8
25+
- uses: haskell-actions/[email protected].9
2626
with:
2727
ghc-version: '9.2.5'
2828
enable-stack: true

0 commit comments

Comments
 (0)