diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2294307a..6bf092f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.2.4 + - uses: actions/cache@v3.3.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}