Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 8dcf3ee

Browse files
committed
CI: update to actions/cache@v2
1 parent b32aa29 commit 8dcf3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: 'echo "gem: --no-document" > ~/.gemrc'
3535

3636
- name: Set up Ruby cache
37-
uses: actions/cache@v1
37+
uses: actions/cache@v2
3838
with:
3939
path: vendor/bundle
4040
key: ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-ruby-v${{ env.RUBY }}-
4444
4545
- name: Set up npm cache
46-
uses: actions/cache@v1
46+
uses: actions/cache@v2
4747
with:
4848
path: ~/.npm
4949
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)