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 @@ -127,7 +127,7 @@ jobs:
127127 runs-on : ${{ matrix.runs-on }}
128128 steps :
129129 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130- - uses : haskell-actions/setup@96f3dafd067155f32643c2a0757ab71d2910e2c2 # v2.8.0
130+ - uses : haskell-actions/setup@7909071ceec0344debcc968c6c7a96a52e8dd0d7 # v2.8.1
131131 with :
132132 # This must match the version in stack.yaml's resolver
133133 ghc-version : 9.6.7
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ubuntu-24.04
187187 steps :
188188 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
189- - uses : haskell-actions/setup@96f3dafd067155f32643c2a0757ab71d2910e2c2 # v2.8.0
189+ - uses : haskell-actions/setup@7909071ceec0344debcc968c6c7a96a52e8dd0d7 # v2.8.1
190190 with :
191191 ghc-version : ${{ matrix.ghc }}
192192 - name : Cache .cabal
You can’t perform that action at this time.
0 commit comments