Skip to content

Commit 3aaf171

Browse files
Bump haskell-actions/setup from 2.10.3 to 2.11.0
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@v2.10.3...v2.11.0) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42b5304 commit 3aaf171

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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/setup@v2.10.3
129+
- uses: haskell-actions/setup@v2.11.0
130130
with:
131131
ghc-version : ${{ matrix.ghc }}
132132
cabal-version: ${{ matrix.cabal }}

.github/workflows/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v3
6060

6161
- name: Setup GHC and Stack
62-
uses: haskell-actions/setup@v2.10.3
62+
uses: haskell-actions/setup@v2.11.0
6363
with:
6464
ghc-version: ${{ matrix.ghc }}
6565
enable-stack: true

0 commit comments

Comments
 (0)