From 1caa104d97e69a3fd352b448bb44879bfefb21bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:26:07 +0000 Subject: [PATCH] Bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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