diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index a58457df6b..df16b8e9c6 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -23,7 +23,7 @@ jobs: uses: actions/cache@v2 env: cache-name: cache-build-dependencies - cache-version: v-2 + cache-version: v-3 with: # sbt等は$HOMEではなくユーザーディレクトリを見ているようで、 # GH Actionsでの ~ は /github/home/ に展開されるにもかかわらず @@ -47,7 +47,7 @@ jobs: uses: actions/cache@v2 env: cache-name: cache-build - cache-version: v-2 + cache-version: v-3 with: path: | target