Browse Source

Remove bundler cache versioning

pull/207/head
Stéphane Meny 3 years ago
parent
commit
d532bc7b54
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 1
      .github/workflows/pipeline.yml

1
.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:

Loading…
Cancel
Save