Skip to content

Commit

Permalink
Merge pull request #68 from charukiewicz/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
charukiewicz committed Nov 11, 2023
2 parents ec98e3b + c34e3c5 commit e1cfae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -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 e1cfae9

Please sign in to comment.