diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0dd145bbacc3..f9496969acf3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,7 +32,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }} @@ -60,7 +60,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }} @@ -105,7 +105,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }} @@ -145,7 +145,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }}