summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-01-15 16:09:32 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-01-15 16:49:37 +1300
commitddfb0fde294905bd9c4858cfc1193a0698f253d9 (patch)
tree520aafa36e5db4e4a2fc69380c4eb33c88a0d716 /.github/workflows
parentfb303ec88e3d249ce35b4950b3322ab0ef8cb73f (diff)
downloadrack-ddfb0fde294905bd9c4858cfc1193a0698f253d9.tar.gz
Test with latest version of psych.
Diffstat (limited to '.github/workflows')
-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'