diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 855392e8..f2b3bb3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: node-version: 16 - uses: actions/checkout@v2 - name: 'Cache node_modules' - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-node-v16-${{ hashFiles('**/generate.sh') }}