diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7c8ce76..cd6afb1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "name=dir::$(yarn cache dir)" > $GITHUB_OUTPUT - uses: actions/cache@v3 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}