diff --git a/.github/workflows/eslint-tsc.yml b/.github/workflows/eslint-tsc.yml index 86a195d..0251de1 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.0 + uses: actions/cache@v4.1.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}