GitHub Action: Remove set-output command

This commit is contained in:
Sebastian Serth
2022-10-23 10:47:16 +02:00
parent 094963d312
commit 4c5c2e0efe

View File

@ -44,7 +44,7 @@ jobs:
node-version: 18
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
- name: Manage yarn, webpack and assets cache
uses: actions/cache@v3
# use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)