We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde08ea commit c992286Copy full SHA for c992286
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/stack.yaml','**/stack.yaml.lock','**/package.yaml') }}-v2
23
restore-keys: |
24
${{ runner.os }}-${{ matrix.ghc }}-
25
- - uses: haskell-actions/[email protected].8
+ - uses: haskell-actions/[email protected].9
26
with:
27
ghc-version: '9.2.5'
28
enable-stack: true
0 commit comments