Skip to content

Commit 9f18195

Browse files
Merge branch 'master' into ghc-927
2 parents 9fb0e43 + adf6622 commit 9f18195

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/setup@v2.3.3
34+
- uses: haskell/actions/setup@v2.3.5
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
@@ -113,7 +113,7 @@ jobs:
113113
example: ['cabal', 'lsp-types']
114114

115115
steps:
116-
- uses: haskell/actions/setup@v2.3.3
116+
- uses: haskell/actions/setup@v2.3.6
117117
with:
118118
ghc-version : ${{ matrix.ghc }}
119119
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)