From d532bc7b543ef5cbb86a0da2cbf517bdfcdecb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Meny?= Date: Tue, 11 Jan 2022 14:06:29 +0000 Subject: [PATCH] Remove bundler cache versioning --- .github/workflows/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index b1e8f593d..18bb5cee2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -57,7 +57,6 @@ 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: