Skip to content

Commit b40bdf4

Browse files
Bump actions/checkout from 3 to 4 (#23)
1 parent 06b8c70 commit b40bdf4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ormolu:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: haskell-actions/run-ormolu@v14
1616
ci:
1717
name: Run tests
@@ -27,7 +27,7 @@ jobs:
2727
- 9.2.7
2828
- 9.4.5
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- uses: haskell/actions/setup@v2
3232
id: setup-haskell
3333
with:

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: haskell/actions/setup@v2
1212
with:
1313
ghc-version: '8.10.7'

cabal.project

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
packages: .
22

33
constraints: dhall -with-http
4+
5+
-- TODO remove?
6+
if impl(ghc ==8.6.*)
7+
constraints: aeson >=1.5

0 commit comments

Comments
 (0)