Skip to content

Commit

Permalink
GitHub Actions: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed May 20, 2024
1 parent 3272a6b commit 1378cbc
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 1378cbc

Please sign in to comment.