Skip to content

Commit

Permalink
GA(deps): Bump actions/cache from v2.1.1 to v2.1.2 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 13, 2020
1 parent 43dd2c7 commit bd09585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cabal freeze
- uses: actions/[email protected].1
- uses: actions/[email protected].2
name: Cache ~/.cabal/store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
stack-version: ${{ matrix.stack }}

- uses: actions/[email protected].1
- uses: actions/[email protected].2
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cabal freeze
- name: Cache ~/.cabal/store
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
Expand Down

0 comments on commit bd09585

Please sign in to comment.