diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8be9308f..f7e93dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Cache node modules id: node-cache - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: