diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e128bea..7e838e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Get cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.0 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}