Skip to content

Commit 7e03836

Browse files
1 parent 952360e commit 7e03836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# so no need to reinstall them
8686
- name: Compute dependency cache key
8787
id: compute_lockfile_hash
88-
run: echo "::set-output name=hash::${{ hashFiles('yarn.lock') }}"
88+
run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
8989
- name: Check dependency cache
9090
uses: actions/cache@v2
9191
id: cache_dependencies

0 commit comments

Comments
 (0)