Skip to content

Commit 9ea0d42

Browse files
GA(deps): Bump haskell/actions from 1 to 2 (#405)
Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](haskell/actions@v1...v2) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd8471d commit 9ea0d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747

48-
- uses: haskell/actions/setup@v1
48+
- uses: haskell/actions/setup@v2
4949
id: setup-haskell-cabal
5050
name: Setup Haskell
5151
with:
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v3
9696

97-
- uses: haskell/actions/setup@v1
97+
- uses: haskell/actions/setup@v2
9898
name: Setup Haskell Stack
9999
with:
100100
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)