Skip to content

Commit

Permalink
Merge pull request #13 from msakai/update-actions-202405
Browse files Browse the repository at this point in the history
GitHub Actions: Update actions
  • Loading branch information
msakai authored Jul 4, 2024
2 parents 3272a6b + 1378cbc commit 1e6533a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
coveralls: true
flags: '--coverage'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
name: Setup Haskell
Expand All @@ -42,7 +42,7 @@ jobs:
enable-stack: true
stack-version: latest

- uses: actions/cache@v1
- uses: actions/cache@v4
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down

0 comments on commit 1e6533a

Please sign in to comment.