Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: ormolu
uses: mrkkrp/ormolu-action@v14
with:
Expand All @@ -37,7 +37,7 @@ jobs:
cabal install --allow-newer=base "cabal-fmt-0.1.6"

- name: checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4

- name: Check formatting of Cabal project description
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haddock-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: Cache Cabal files
uses: actions/cache@v3.2.6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-3134785e
path: ~/.haskell-ci-tools
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: source
- name: initial cabal.project for sdist
Expand Down