diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 629068a6..54b7f6f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Get Yarn Cache Directory id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Load Yarn Cache uses: actions/cache@v4 @@ -200,7 +200,7 @@ jobs: - name: Get Yarn Cache Directory id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Load Yarn Cache uses: actions/cache@v4