We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5cbbd commit b10bfc1Copy full SHA for b10bfc1
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Get pnpm store directory
30
id: pnpm-cache
31
run: |
32
- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
+ echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
33
34
- uses: actions/cache@v3
35
name: Setup pnpm cache
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
0 commit comments