Skip to content

Commit

Permalink
Bump haskell/actions from 2.0.1 to 2.3.5
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.1 to 2.3.5.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](haskell/actions@v2.0.1...v2.3.5)

---
updated-dependencies:
- dependency-name: haskell/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent cbe1d4d commit c983fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ghc: ['latest', '9.0.1', '8.10.7', '8.8.4']
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2.0.1
- uses: haskell/actions/setup@v2.3.5
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit c983fa4

Please sign in to comment.