diff --git a/.github/workflows/eslint-tsc.yml b/.github/workflows/eslint-tsc.yml index ff3360b..a45a7cb 100644 --- a/.github/workflows/eslint-tsc.yml +++ b/.github/workflows/eslint-tsc.yml @@ -28,7 +28,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Use Yarn cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}