We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fb0e43 + adf6622 commit 9f18195Copy full SHA for 9f18195
.github/actions/setup-build/action.yml
@@ -31,7 +31,7 @@ runs:
31
sudo chown -R $USER /usr/local/.ghcup
32
shell: bash
33
34
- - uses: haskell/actions/setup@v2.3.3
+ - uses: haskell/actions/setup@v2.3.5
35
id: HaskEnvSetup
36
with:
37
ghc-version : ${{ inputs.ghc }}
.github/workflows/bench.yml
@@ -113,7 +113,7 @@ jobs:
113
example: ['cabal', 'lsp-types']
114
115
steps:
116
+ - uses: haskell/actions/setup@v2.3.6
117
118
ghc-version : ${{ matrix.ghc }}
119
cabal-version: ${{ matrix.cabal }}
0 commit comments