diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8272a06..5d7e211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: echo '::set-output name=dir::$(yarn cache dir)' - name: Use Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}