summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 6a552fa2..7f516d00 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -53,13 +53,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'