Skip to content

Commit

Permalink
GA(deps): Bump actions/cache from 2.1.5 to 2.1.6 (kowainik#414)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2021
1 parent 9f6cc1c commit 5aaaed9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/[email protected].5
- uses: actions/[email protected].6
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand All @@ -50,7 +50,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/[email protected].5
- uses: actions/[email protected].6
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/[email protected].5
- uses: actions/[email protected].6
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/[email protected].5
- uses: actions/[email protected].6
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand All @@ -146,7 +146,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/[email protected].5
- uses: actions/[email protected].6
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down

0 comments on commit 5aaaed9

Please sign in to comment.