From d9d664d8174c5732b4d0d18015fed148c1a4913c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:52:20 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 4.1.2 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.3. - [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.1.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf98e7f..1320a7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: node-version: '20' - name: Cache node modules - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.3 env: cache-name: cache-node-modules with: