Skip to content

Commit

Permalink
chore(deps): update haskell-actions/setup action to v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 9fcbf99 commit 7e27254
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@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
- uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
with:
# This must match the version in stack.yaml's resolver
ghc-version: 9.6.5
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@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
- uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
with:
ghc-version: ${{ matrix.ghc }}
- name: Cache .cabal
Expand Down

0 comments on commit 7e27254

Please sign in to comment.