From be0ce3c186ce0dd8fadc87e0ce40ba3c9b9a1403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:24:35 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9ab4765..0141849 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 if: github.actor != 'github-actions[bot]' - name: Cache Dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 id: yarn-cache # use this to check for `cache-hit` with: path: | @@ -58,7 +58,7 @@ jobs: # we want git-blame for SonarQube thus need full history fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 id: yarn-cache # use this to check for `cache-hit` with: path: | @@ -95,7 +95,7 @@ jobs: run: echo No need to re-run this job - uses: actions/checkout@v2 - name: Cache Dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 id: yarn-cache # use this to check for `cache-hit` with: path: |