From 2096bbe6631dc406cad547b8579c18e2d6f5cefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:53:30 +0000 Subject: [PATCH] build(deps): bump @actions/cache from 6.1.0 to 6.2.0 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 6.1.0 to 6.2.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.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fd17e69d..a87de397 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@actions/artifact": "^6.2.1", - "@actions/cache": "^6.1.0", + "@actions/cache": "^6.2.0", "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/github": "^9.1.1", diff --git a/yarn.lock b/yarn.lock index d9228931..37574e55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,9 +34,9 @@ __metadata: languageName: node linkType: hard -"@actions/cache@npm:^6.1.0": - version: 6.1.0 - resolution: "@actions/cache@npm:6.1.0" +"@actions/cache@npm:^6.2.0": + version: 6.2.0 + resolution: "@actions/cache@npm:6.2.0" dependencies: "@actions/core": "npm:^3.0.1" "@actions/exec": "npm:^3.0.0" @@ -47,7 +47,7 @@ __metadata: "@azure/storage-blob": "npm:^12.31.0" "@protobuf-ts/runtime-rpc": "npm:^2.11.1" semver: "npm:^7.7.4" - checksum: 10/0cd89f335c1e89f514d56060110bfddc6ab1112ec0091533364c32aec2621896112cde71cfc4089b86d00f3b5478996088e4c4e0aba0aec32aae0afeb4921b3d + checksum: 10/b2b3d219d3458b6b7e8f47ff6a83a0566f0b3cd5b257e307636d2147f892e595ce8cecbc0675590a57d0eb4d4d73564d08d28753baa50934ad59a65cbee2d8fa languageName: node linkType: hard @@ -460,7 +460,7 @@ __metadata: resolution: "@docker/actions-toolkit@workspace:." dependencies: "@actions/artifact": "npm:^6.2.1" - "@actions/cache": "npm:^6.1.0" + "@actions/cache": "npm:^6.2.0" "@actions/core": "npm:^3.0.1" "@actions/exec": "npm:^3.0.0" "@actions/github": "npm:^9.1.1"