Skip to content

Commit

Permalink
ci: upgrade actions/cache to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Sep 17, 2023
1 parent 2849409 commit 2b75655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
submodules: 'recursive'

- name: Haskell caches
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cabal/packages
Expand All @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.cabal }}-v1-
- name: Grpc caches
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
/opt/grpc-${{ matrix.grpc }}
Expand Down

0 comments on commit 2b75655

Please sign in to comment.