From 53c2eee1997bad614539585b0b883f3382959ef7 Mon Sep 17 00:00:00 2001 From: John Armstrong <20903247+jlarmstrongiv@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:41:46 -0500 Subject: [PATCH] refactor: deprecated set output --- .github/workflows/covector-version-or-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 7b3f561..4a5bed5 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -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: