Skip to content

Commit

Permalink
ci: fixes checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
konn committed May 17, 2024
1 parent 4bd44f8 commit 00bea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
configs: ${{ steps.enumerate.outputs.configs }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Enumerate Configs
id: enumerate
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
continue-on-error: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 00bea8c

Please sign in to comment.