diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e57b45ac..db68f883 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v3.3.0 + uses: actions/cache@v3.3.2 env: cache-name: cache-node-modules with: