File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 runs-on : ${{ matrix.runs-on }}
119119 steps :
120120 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
121- - uses : haskell-actions/setup@7786314267139caaaf743fbdb70341b116a8d25d # v2.10.1
121+ - uses : haskell-actions/setup@dc63c94789664bb2910876ec3dfeeaa24d23b96b # v2.10.2
122122 with :
123123 # This must match the version in stack.yaml's resolver
124124 ghc-version : 9.6.7
@@ -177,7 +177,7 @@ jobs:
177177 runs-on : ubuntu-24.04
178178 steps :
179179 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
180- - uses : haskell-actions/setup@7786314267139caaaf743fbdb70341b116a8d25d # v2.10.1
180+ - uses : haskell-actions/setup@dc63c94789664bb2910876ec3dfeeaa24d23b96b # v2.10.2
181181 with :
182182 ghc-version : ${{ matrix.ghc }}
183183 - name : Cache .cabal
You can’t perform that action at this time.
0 commit comments