From e0b65099487849be5dc26e131f135d3add3f44bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Meny?= Date: Tue, 11 Jan 2022 10:16:18 +0000 Subject: [PATCH] Trying to clear bundler cache --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 18bb5cee2..b1e8f593d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -57,6 +57,7 @@ jobs: with: # runs 'bundle install' and caches installed gems automatically bundler-cache: true + cache-version: 1 - name: Set up node uses: actions/setup-node@v2 with: