Skip to content

Commit

Permalink
Merge pull request #103 from ethercrow/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ethercrow authored Jan 17, 2025
2 parents 6ad356d + 9f0a9cf commit 22c54c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2']
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
name: Cache ~/.cabal/packages
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
stack-yaml: ['stack-8.10.yaml']
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
name: Cache ~/.stack
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
stack-yaml: ['stack-8.10.yaml']
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
name: Cache ~/.stack
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
ghc: ['8.10', '9.0', '9.2']
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
name: Cache ~/.cabal/packages
with:
Expand Down

0 comments on commit 22c54c7

Please sign in to comment.