0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

CI: update to actions/cache@2

This commit is contained in:
XhmikosR 2020-05-28 17:54:02 +03:00
parent 35310454b1
commit 24d5a1e996

View File

@ -32,7 +32,7 @@ jobs:
run: 'echo "gem: --no-document" > ~/.gemrc'
- name: Set up Ruby cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-ruby-v${{ matrix.ruby }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}
@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-ruby-v${{ matrix.ruby }}-
- name: Set up npm cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}