Skip to content

Commit b5645b9

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

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
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ${{ matrix.runs-on }}
121121
steps:
122122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123-
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
123+
- uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
124124
with:
125125
# This must match the version in stack.yaml's resolver
126126
ghc-version: 9.6.6
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-24.04
181181
steps:
182182
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
183-
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
183+
- uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
184184
with:
185185
ghc-version: ${{ matrix.ghc }}
186186
- name: Cache .cabal

0 commit comments

Comments
 (0)