Update actions/cache action to v2.1.3

This commit is contained in:
Renovate Bot 2020-11-07 00:36:26 +00:00 committed by mrdrogdrog
parent e73661d406
commit 900ea16d80
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Cache node_modules - name: Cache node_modules
uses: actions/cache@v2.1.2 uses: actions/cache@v2.1.3
with: with:
path: node_modules path: node_modules
key: node_modules key: node_modules

View file

@ -13,12 +13,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Cache build - name: Cache build
uses: actions/cache@v2.1.2 uses: actions/cache@v2.1.3
with: with:
path: build path: build
key: build key: build
- name: Cache node_modules - name: Cache node_modules
uses: actions/cache@v2.1.2 uses: actions/cache@v2.1.3
with: with:
path: node_modules path: node_modules
key: node_modules key: node_modules

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Cache node_modules - name: Cache node_modules
uses: actions/cache@v2.1.2 uses: actions/cache@v2.1.3
with: with:
path: node_modules path: node_modules
key: node_modules key: node_modules