Skip to content

Commit

Permalink
updating github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed May 30, 2022
1 parent 8d3f288 commit 4d5236b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- os: windows-latest
ghc: "8.4"
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
cabal update
cabal freeze
- uses: actions/cache@v2
- uses: actions/cache@v3
name: Cache cabal stuff
with:
path: |
Expand Down

0 comments on commit 4d5236b

Please sign in to comment.