summary refs log tree commit
path: root/.github/workflows/development.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/development.yml')
-rw-r--r--.github/workflows/development.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 141a050f..98f975cd 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -16,13 +16,7 @@ jobs:
     - uses: ruby/setup-ruby@v1
       with:
         ruby-version: ${{matrix.ruby}}
-
-    - uses: actions/cache@v1
-      with:
-        path: vendor/bundle
-        key: bundle-use-ruby-${{matrix.os}}-${{matrix.ruby}}-${{hashFiles('**/Gemfile')}}
-        restore-keys: |
-          bundle-use-ruby-${{matrix.os}}-${{matrix.ruby}}-
+        bundler-cache: true
 
     - name: Installing packages (ubuntu)
       if: matrix.os == 'ubuntu-latest'