Skip to content

Commit

Permalink
Merge pull request #5 from 0rphee/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4
  • Loading branch information
0rphee authored Jul 15, 2024
2 parents 7714356 + 3a2009a commit 7f9f0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell-actions/hlint-setup@v1
- uses: haskell-actions/hlint-run@v2

fourmolu:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell-actions/run-fourmolu@v10
with:
# Only check the format of .hs in any directory inside cwd but not cwd.
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
# SETUP
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
Expand Down

0 comments on commit 7f9f0e1

Please sign in to comment.