diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23b2c61..5cd36b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ".npm-cache" key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ".npm-cache" key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}