mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Bump actions/cache from v2 to v2.1.4 (#16452)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c6ed04cf08
commit
67461e1073
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- name: Setup NPM cache
|
- name: Setup NPM cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: npm-${{ hashFiles('**/package-lock.json') }}
|
key: npm-${{ hashFiles('**/package-lock.json') }}
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- name: Setup NPM cache
|
- name: Setup NPM cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: npm-${{ hashFiles('**/package-lock.json') }}
|
key: npm-${{ hashFiles('**/package-lock.json') }}
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6
|
||||||
- name: Setup Ruby Gems cache
|
- name: Setup Ruby Gems cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: gems-${{ hashFiles('**/Gemfile.lock') }}
|
key: gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
- name: Setting up Jekyll cache
|
- name: Setting up Jekyll cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: source/.jekyll-cache
|
path: source/.jekyll-cache
|
||||||
key: jekyll-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/_config.yml') }}
|
key: jekyll-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/_config.yml') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user