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:
127
127
runs-on : ${{ matrix.runs-on }}
128
128
steps :
129
129
- 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
131
131
with :
132
132
# This must match the version in stack.yaml's resolver
133
133
ghc-version : 9.6.7
@@ -186,7 +186,7 @@ jobs:
186
186
runs-on : ubuntu-24.04
187
187
steps :
188
188
- 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
190
190
with :
191
191
ghc-version : ${{ matrix.ghc }}
192
192
- name : Cache .cabal
You can’t perform that action at this time.
0 commit comments