Merge pull request #222 from jlarmstrongiv/jlarmstrongiv-deprecated-set-output

This commit is contained in:
Jonas Kruckenberg 2023-03-02 11:12:35 +01:00 committed by GitHub
commit 89c641c92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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