From fc20ed25d4e006a0cf153fdc8aad9369e545defc Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 4 Dec 2024 12:03:26 -0500 Subject: [PATCH] fixup cache yarn --- .github/actions/checkout/action.yml | 2 +- .github/workflows/pipeline-electron-docs-only.yml | 2 +- .github/workflows/pipeline-electron-lint.yml | 2 +- .github/workflows/pipeline-segment-electron-build.yml | 2 +- .github/workflows/pipeline-segment-electron-gn-check.yml | 2 +- .github/workflows/pipeline-segment-electron-test.yml | 2 +- .github/workflows/pipeline-segment-node-nan-test.yml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index 95be384480..3caeaf2ba9 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -19,7 +19,7 @@ runs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: diff --git a/.github/workflows/pipeline-electron-docs-only.yml b/.github/workflows/pipeline-electron-docs-only.yml index dc0ab0230f..25de2c3c07 100644 --- a/.github/workflows/pipeline-electron-docs-only.yml +++ b/.github/workflows/pipeline-electron-docs-only.yml @@ -28,7 +28,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: diff --git a/.github/workflows/pipeline-electron-lint.yml b/.github/workflows/pipeline-electron-lint.yml index 7f2c160699..a526c7d73d 100644 --- a/.github/workflows/pipeline-electron-lint.yml +++ b/.github/workflows/pipeline-electron-lint.yml @@ -28,7 +28,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: diff --git a/.github/workflows/pipeline-segment-electron-build.yml b/.github/workflows/pipeline-segment-electron-build.yml index 120a0f5c76..15c530b0f9 100644 --- a/.github/workflows/pipeline-segment-electron-build.yml +++ b/.github/workflows/pipeline-segment-electron-build.yml @@ -108,7 +108,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: diff --git a/.github/workflows/pipeline-segment-electron-gn-check.yml b/.github/workflows/pipeline-segment-electron-gn-check.yml index 7de27263ce..17ea2b6fcd 100644 --- a/.github/workflows/pipeline-segment-electron-gn-check.yml +++ b/.github/workflows/pipeline-segment-electron-gn-check.yml @@ -113,7 +113,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index 813e800c57..c20d6cb4f9 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -121,7 +121,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(node src/electron/script/yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: diff --git a/.github/workflows/pipeline-segment-node-nan-test.yml b/.github/workflows/pipeline-segment-node-nan-test.yml index cf0b966955..52785744c5 100644 --- a/.github/workflows/pipeline-segment-node-nan-test.yml +++ b/.github/workflows/pipeline-segment-node-nan-test.yml @@ -58,7 +58,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: @@ -132,7 +132,7 @@ jobs: - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 id: yarn-cache with: