refactor: deprecated set output

This commit is contained in:
John Armstrong 2023-02-23 01:41:46 -05:00 committed by Ludea
parent 703245ff61
commit 53c2eee199

View File

@ -39,7 +39,7 @@ jobs:
- name: Get pnpm store directory - name: Get pnpm store directory
id: pnpm-cache id: pnpm-cache
run: | run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" echo "{pnpm_cache_dir}={pnpm store path}" >> $GITHUB_OUTPUT
- uses: actions/cache@v3 - uses: actions/cache@v3
name: Setup pnpm cache name: Setup pnpm cache
with: with: