From 06cdb7e0a125a14d11b8b57a04696282236cf4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:33:32 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 3.0.11 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.2.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.0.11...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index cc973de..b917bd7 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 16 - name: Cache node modules - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.2.0 env: cache-name: cache-node-modules with: