diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09ca3ba3..50c1831f 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.3 + uses: actions/cache@v5.0.4 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 24.x - name: download cache - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: | node_modules @@ -64,7 +64,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: | node_modules