Skip to content

Commit 0018c38

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update haskell-actions/setup action to v2.10.1
1 parent 9042457 commit 0018c38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@0512451d82f3ca8c147db62e30464e7c4ca63d30 # v2.9.1
121+
- uses: haskell-actions/setup@7786314267139caaaf743fbdb70341b116a8d25d # v2.10.1
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@0512451d82f3ca8c147db62e30464e7c4ca63d30 # v2.9.1
180+
- uses: haskell-actions/setup@7786314267139caaaf743fbdb70341b116a8d25d # v2.10.1
181181
with:
182182
ghc-version: ${{ matrix.ghc }}
183183
- name: Cache .cabal

0 commit comments

Comments
 (0)