Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 06b8c70 commit b40bdf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v14
ci:
name: Run tests
Expand All @@ -27,7 +27,7 @@ jobs:
- 9.2.7
- 9.4.5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
id: setup-haskell
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
with:
ghc-version: '8.10.7'
Expand Down
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
packages: .

constraints: dhall -with-http

-- TODO remove?
if impl(ghc ==8.6.*)
constraints: aeson >=1.5

0 comments on commit b40bdf4

Please sign in to comment.