Skip to content

Commit 7aa27ac

Browse files
authored
Merge branch 'master' into fix-stuck-at-exit
2 parents dc53035 + b377058 commit 7aa27ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
sudo chown -R $USER /usr/local/.ghcup
3232
shell: bash
3333

34-
- uses: haskell-actions/[email protected].2
34+
- uses: haskell-actions/[email protected].3
3535
id: HaskEnvSetup
3636
with:
3737
ghc-version : ${{ inputs.ghc }}

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
example: ['cabal', 'lsp-types']
127127

128128
steps:
129-
- uses: haskell-actions/[email protected].2
129+
- uses: haskell-actions/[email protected].3
130130
with:
131131
ghc-version : ${{ matrix.ghc }}
132132
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)