From 08ffe8f5f6c5c8375d6ad211957a6113f6aaa543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:27:26 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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/v4.0.2...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 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