Skip to content

Commit

Permalink
Merge pull request #15 from ygale/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-3

Bump actions/cache from 2.1.7 to 3
  • Loading branch information
ygale authored Mar 22, 2022
2 parents e9cddca + a3b0e88 commit 39bb429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
name: Cache cabal stuff
with:
path: |
Expand Down

0 comments on commit 39bb429

Please sign in to comment.