diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index a65c3c3a690bb..454d8a146d034 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -106,7 +106,8 @@ jobs: - name: Yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + shell: bash + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Cache yarn uses: actions/cache@v3 diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 96cc74ed8092e..699f7e90b03bd 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -52,7 +52,8 @@ jobs: - name: Yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + shell: bash + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Cache yarn uses: actions/cache@v3