diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce54145d..136d143e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: node_modules with: @@ -155,7 +155,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: node_modules with: