From 6d7436e7fd0455d8b960f343daf8072c4e3ba511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:53:36 +0000 Subject: [PATCH] chore(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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d59fa9..daf6684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@actions/cache": "^6.0.1", + "@actions/cache": "^6.1.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/glob": "^0.6.1", @@ -33,10 +33,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==", - "license": "MIT", + "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==", "dependencies": { "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", @@ -5779,9 +5778,9 @@ }, "dependencies": { "@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==", "requires": { "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", diff --git a/package.json b/package.json index 386fae0..d461e19 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "author": "@eifinger", "license": "MIT", "dependencies": { - "@actions/cache": "^6.0.1", + "@actions/cache": "^6.1.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/glob": "^0.6.1",