Skip to content

Commit c1a1d3a

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update haskell-actions/setup action to v2.10.2
1 parent e10b027 commit c1a1d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)