From 2b7565591becc8042ba946b4bcbe306fd103f565 Mon Sep 17 00:00:00 2001 From: mu <59917266+4eUeP@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:43:59 +0800 Subject: [PATCH] ci: upgrade actions/cache to v3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c85a259..db95a45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: submodules: 'recursive' - name: Haskell caches - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cabal/packages @@ -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 }}