Skip to content

Commit 26bc13b

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update haskell-actions/setup action to v2.8.1
1 parent fa09e4a commit 26bc13b

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
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ${{ matrix.runs-on }}
128128
steps:
129129
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130-
- uses: haskell-actions/setup@96f3dafd067155f32643c2a0757ab71d2910e2c2 # v2.8.0
130+
- uses: haskell-actions/setup@7909071ceec0344debcc968c6c7a96a52e8dd0d7 # v2.8.1
131131
with:
132132
# This must match the version in stack.yaml's resolver
133133
ghc-version: 9.6.7
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-24.04
187187
steps:
188188
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
189-
- uses: haskell-actions/setup@96f3dafd067155f32643c2a0757ab71d2910e2c2 # v2.8.0
189+
- uses: haskell-actions/setup@7909071ceec0344debcc968c6c7a96a52e8dd0d7 # v2.8.1
190190
with:
191191
ghc-version: ${{ matrix.ghc }}
192192
- name: Cache .cabal

0 commit comments

Comments
 (0)