From cf79d4c72eb392e447db27b93e9871a16db42110 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 21 Jun 2021 22:58:54 +0200 Subject: [PATCH] Rename dependency cache step Signed-off-by: Tilman Vatteroth --- .github/workflows/build.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be11c2b6d..d3edeaa94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8553e19fd..124bc2fa9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5617197c3..c352797c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: