diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 8a4571a..75002bf 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -20,7 +20,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@v3 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)