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.
1 parent c71d056 commit af75d08Copy full SHA for af75d08
.github/actions/setup-build/action.yml
@@ -23,7 +23,7 @@ inputs:
23
runs:
24
using: "composite"
25
steps:
26
- - uses: haskell/actions/setup@v2
+ - uses: haskell/actions/setup@v2.3.3
27
id: HaskEnvSetup
28
with:
29
ghc-version : ${{ inputs.ghc }}
0 commit comments