Skip to content

Commit

Permalink
chore(deps): update haskell-actions/setup action to v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wolfgangwalther committed Dec 20, 2024
1 parent a9d74eb commit b5645b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
- uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
with:
# This must match the version in stack.yaml's resolver
ghc-version: 9.6.6
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
- uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
with:
ghc-version: ${{ matrix.ghc }}
- name: Cache .cabal
Expand Down

0 comments on commit b5645b9

Please sign in to comment.