Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/haskell/actions-…
Browse files Browse the repository at this point in the history
…2.4.7
  • Loading branch information
charukiewicz authored Nov 11, 2023
2 parents 1b8ace8 + bde3721 commit e506145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: macOS-latest
ghc: 'latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell/actions/[email protected]
id: setup-haskell-cabal
with:
Expand All @@ -32,7 +32,7 @@ jobs:
run: cabal update
- name: Install hspec-discover
run: cabal install hspec-discover
- uses: actions/[email protected].1
- uses: actions/[email protected].2
name: Cache cabal output
with:
path: |
Expand All @@ -53,7 +53,7 @@ jobs:
# # See: https://github.com/vmactions/freebsd-vm#under-the-hood.
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Test
# id: build-freebsd
# uses: vmactions/[email protected]
Expand Down

0 comments on commit e506145

Please sign in to comment.