Skip to content

Commit

Permalink
[CI] Bump haskell/actions from 2.3.6 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.6 to 2.4.1.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](haskell/actions@v2.3.6...v2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wrengr committed Nov 15, 2023
1 parent af5f1ef commit a53d008
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 @@ -40,7 +40,7 @@ jobs:
ghc: 'latest'
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2.3.6
- uses: haskell/actions/setup@v2.4.1
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit a53d008

Please sign in to comment.