diff --git a/.github/workflows/cicd-front.yml b/.github/workflows/cicd-front.yml index 41dbbbb..959e7ac 100644 --- a/.github/workflows/cicd-front.yml +++ b/.github/workflows/cicd-front.yml @@ -25,7 +25,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.2.3 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}