From 5ce9641c652d13e5f2f6128884927b2bddd962f3 Mon Sep 17 00:00:00 2001 From: Michael Horstmann Date: Fri, 4 Nov 2022 22:32:52 +0100 Subject: [PATCH] Update ci.yml --- .../template/frameworks/github-actions/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml b/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml index f85a35804..408c32851 100644 --- a/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml +++ b/packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: <%_ if (pm === 'yarn') { _%> - name: Get yarn cache directory path 🛠 id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Cache node_modules 📦 uses: actions/cache@v2.1.7