Skip to content

Commit

Permalink
Merge pull request #78 from ethercrow/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.0.8

Bump actions/cache from 3.0.6 to 3.0.8
  • Loading branch information
ethercrow authored Aug 22, 2022
2 parents 7531563 + 8d76f6b commit aba94d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache ~/.cabal/packages
with:
path: ~/.cabal/packages
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache dist-newstyle
with:
path: dist-newstyle
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down Expand Up @@ -108,17 +108,17 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache ~/.cabal/packages
with:
path: ~/.cabal/packages
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
- uses: actions/[email protected].6
- uses: actions/[email protected].8
name: Cache dist-newstyle
with:
path: dist-newstyle
Expand Down

0 comments on commit aba94d1

Please sign in to comment.