diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f355b094..1fc6bc1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: 24.x - run: npm ci - name: save cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 24.x - name: download cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: | node_modules @@ -64,7 +64,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: | node_modules