diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2590dc9a7e7f..7a4b458da97a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: # so no need to reinstall them - name: Compute dependency cache key id: compute_lockfile_hash - run: echo "::set-output name=hash::${{ hashFiles('yarn.lock') }}" + run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT" - name: Check dependency cache uses: actions/cache@v2 id: cache_dependencies