From 7cddb2afe6ed39ff0078d7c22e0a1f329ef498e4 Mon Sep 17 00:00:00 2001 From: Sam Greening <2552620+SG60@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:16:34 +0100 Subject: [PATCH] --- .github/workflows/changesets.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 8ff1a7ce..5751c0b2 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -49,7 +49,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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 name: Setup pnpm cache with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d843aebf..a9d9d4f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 name: Setup pnpm cache with: diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 06be7d76..ba21e3a7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -58,7 +58,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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 name: Setup pnpm cache with: