Skip to content

Commit

Permalink
Merge pull request #101 from ethercrow/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.3.1

Bump actions/cache from 3.0.8 to 3.3.1
  • Loading branch information
ethercrow authored Oct 12, 2023
2 parents 955322d + 8678781 commit 4c57ded
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/cache@v3.0.8
- uses: actions/cache@v3.3.1
name: Cache ~/.cabal/packages
with:
path: ~/.cabal/packages
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
- uses: actions/cache@v3.0.8
- uses: actions/cache@v3.3.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
- uses: actions/cache@v3.0.8
- uses: actions/cache@v3.3.1
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/cache@v3.0.8
- uses: actions/cache@v3.3.1
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/cache@v3.0.8
- uses: actions/cache@v3.3.1
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/cache@v3.0.8
- uses: actions/cache@v3.3.1
name: Cache ~/.cabal/packages
with:
path: ~/.cabal/packages
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
- uses: actions/cache@v3.0.8
- uses: actions/cache@v3.3.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
- uses: actions/cache@v3.0.8
- uses: actions/cache@v3.3.1
name: Cache dist-newstyle
with:
path: dist-newstyle
Expand Down

0 comments on commit 4c57ded

Please sign in to comment.