diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b42f535..3d461132 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: 20.x - run: npm ci - name: save cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 20.x - name: download cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: | node_modules @@ -64,7 +64,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: | node_modules