We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7619b79 commit 857d1cfCopy full SHA for 857d1cf
1 file changed
.github/workflows/tests.yml
@@ -35,10 +35,10 @@ jobs:
35
bundler: 1
36
37
- name: Restore cache
38
- uses: actions/cache@v1
+ uses: actions/cache@v2
39
with:
40
path: ${{ env.BUNDLE_PATH }}
41
- key: ruby-${{ matrix.ruby }}-gems-${{ hashFiles('*.gemspec') }}-${{ hashFiles('**/gemfiles/**') }}
+ key: ruby-${{ matrix.ruby }}-gems-${{ hashFiles('config.gemspec', 'gemfiles/**') }}
42
restore-keys: |
43
ruby-${{ matrix.ruby }}-gems-
44
0 commit comments