diff --git a/.github/workflows/testandlint.yml b/.github/workflows/testandlint.yml index 95b8361..6884a5b 100644 --- a/.github/workflows/testandlint.yml +++ b/.github/workflows/testandlint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: