diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index afc660c..2b7373d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -27,7 +27,7 @@ jobs: name: Find Yarn's cache folder run: echo "::set-output name=path::$(yarn config get cacheFolder)" - name: Cache Yarn's cache folder - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.3.1 with: path: ${{ steps.find-yarn-cache-folder.outputs.path }} key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }} @@ -54,7 +54,7 @@ jobs: name: Find Yarn's cache folder run: echo "::set-output name=path::$(yarn config get cacheFolder)" - name: Cache Yarn's cache folder - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.3.1 with: path: ${{ steps.find-yarn-cache-folder.outputs.path }} key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}