diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9ab4765..4ff6c40 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@v3 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@v3 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@v3 id: yarn-cache # use this to check for `cache-hit` with: path: |