diff --git a/.github/workflows/eslint-tsc.yml b/.github/workflows/eslint-tsc.yml index f8fd2c7..109cb31 100644 --- a/.github/workflows/eslint-tsc.yml +++ b/.github/workflows/eslint-tsc.yml @@ -25,7 +25,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: Use Yarn cache uses: actions/cache@v3.2.3