We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952360e commit 7e03836Copy full SHA for 7e03836
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
# so no need to reinstall them
86
- name: Compute dependency cache key
87
id: compute_lockfile_hash
88
- run: echo "::set-output name=hash::${{ hashFiles('yarn.lock') }}"
+ run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
89
- name: Check dependency cache
90
uses: actions/cache@v2
91
id: cache_dependencies
0 commit comments