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.
actions/cache@v2
1 parent b32aa29 commit 8dcf3eeCopy full SHA for 8dcf3ee
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: 'echo "gem: --no-document" > ~/.gemrc'
35
36
- name: Set up Ruby cache
37
- uses: actions/cache@v1
+ uses: actions/cache@v2
38
with:
39
path: vendor/bundle
40
key: ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}
@@ -43,7 +43,7 @@ jobs:
43
${{ runner.os }}-ruby-v${{ env.RUBY }}-
44
45
- name: Set up npm cache
46
47
48
path: ~/.npm
49
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
0 commit comments