diff --git a/.github/workflows-disabled/approve-workflow-runs.yml b/.github/workflows-disabled/approve-workflow-runs.yml index 54b2cc791a30..4598700c62b3 100644 --- a/.github/workflows-disabled/approve-workflow-runs.yml +++ b/.github/workflows-disabled/approve-workflow-runs.yml @@ -33,9 +33,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/cc-bot.yml b/.github/workflows/cc-bot.yml index f1c779778225..1b62ffd851df 100644 --- a/.github/workflows/cc-bot.yml +++ b/.github/workflows/cc-bot.yml @@ -33,9 +33,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 91d07da6a7e4..4526f5c6a2fe 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -39,9 +39,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 96f9a81e54b0..23acb78203c5 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -46,9 +46,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable @@ -118,9 +118,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable @@ -163,9 +163,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable @@ -208,9 +208,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable @@ -256,9 +256,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable @@ -325,9 +325,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/to-log-entry-overview.yml b/.github/workflows/to-log-entry-overview.yml index fbde64de4cd0..321a1741e463 100644 --- a/.github/workflows/to-log-entry-overview.yml +++ b/.github/workflows/to-log-entry-overview.yml @@ -33,9 +33,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/zwave-js-bot_comment.yml b/.github/workflows/zwave-js-bot_comment.yml index 882a24b0fa4e..7b034073264c 100644 --- a/.github/workflows/zwave-js-bot_comment.yml +++ b/.github/workflows/zwave-js-bot_comment.yml @@ -413,9 +413,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies if: steps.check-permissions.outputs.result == 'true' @@ -535,9 +535,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn3-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn- + ${{ runner.os }}-yarn3- - name: Install dependencies if: steps.check-permissions.outputs.result == 'true'