From 3ecb24176493526f9244f2da6c67294b2251e780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:11:14 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 3.0.11 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.1.1. - [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.1.1) --- 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..b0cedee 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.1.1 env: cache-name: cache-node-modules with: