From dd2bf44a0ccb950c264bebdd00b482eec3b35db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:25:43 +0000 Subject: [PATCH] build(deps): Bump @actions/cache from 6.0.1 to 6.1.0 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 6.0.1 to 6.1.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe32027..5838529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "16.0.0", "license": "MIT", "dependencies": { - "@actions/cache": "^6.0.0", + "@actions/cache": "^6.1.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2", @@ -25,9 +25,9 @@ } }, "node_modules/@actions/cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-6.0.1.tgz", - "integrity": "sha512-kcM23yPzDQEME05ZFV/bRzsHS9yDzCe97F7guF9+c/jJwE9ns+gFQt3MmnRXOHh1DsnlNuKcIwXYdnt4kHLGqg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-6.1.0.tgz", + "integrity": "sha512-LVqybSbzhBp2uAETOQ3HnVjXA4AcjavgMH+LCr+cjgO+PZfciv/1QAgoW+esXBaAhvDid+vXeV70GGJpAh4V5Q==", "license": "MIT", "dependencies": { "@actions/core": "^3.0.1", diff --git a/package.json b/package.json index 6c8b3be..8e0a375 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "step-security", "license": "MIT", "dependencies": { - "@actions/cache": "^6.0.0", + "@actions/cache": "^6.1.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2",