From 435c1289ae9f98b1d5d29b1de42e37407da97479 Mon Sep 17 00:00:00 2001 From: Uku Taht <uku.taht@gmail.com> Date: Wed, 21 Apr 2021 16:06:02 +0300 Subject: [PATCH] Clear github actions cache --- .github/workflows/elixir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 55adce82..01608f0d 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -52,8 +52,8 @@ jobs: deps _build priv/plts - key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} - restore-keys: ${{ runner.os }}-mix- + key: ${{ runner.os }}-mix-v1-${{ hashFiles('**/mix.lock') }} + restore-keys: ${{ runner.os }}-mix-v1- - name: Install dependencies run: mix deps.get - name: Check Formatting -- GitLab