Rename dependency cache step

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-06-21 22:58:54 +02:00
parent 543fc9f987
commit cf79d4c72e
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache node_modules
- name: Cache yarn cache
uses: actions/cache@v2
id: yarn-cache
with:

View file

@ -28,7 +28,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache node_modules
- name: Cache yarn cache
uses: actions/cache@v2
id: yarn-cache
with:

View file

@ -22,7 +22,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache node_modules
- name: Cache yarn cache
uses: actions/cache@v2
id: yarn-cache
with:
@ -50,7 +50,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache node_modules
- name: Cache yarn cache
uses: actions/cache@v2
id: yarn-cache
with: