From baf3ef7db97630d3040a4619216db0d9ecfa7de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:36:27 -0800 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.0.0 (#1038) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [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/v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 54114298..bbdd752e 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@v3.3.3 + uses: actions/cache@v4.0.0 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 20.x - name: download cache - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: | node_modules @@ -63,7 +63,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: | node_modules