From e99d5ed6bd899895d0267bc1b2b89b4c7b37eca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:54:11 +0000 Subject: [PATCH] build(deps): bump @actions/cache from 5.0.2 to 5.0.3 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 5.0.2 to 5.0.3. - [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: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e2896c..d262b98 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@actions/artifact": "^5.0.2", - "@actions/cache": "^5.0.2", + "@actions/cache": "^5.0.3", "@actions/core": "^2.0.2", "@actions/exec": "^2.0.0", "@actions/github": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index e6c5f70..8b6aeaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,9 +33,9 @@ __metadata: languageName: node linkType: hard -"@actions/cache@npm:^5.0.2": - version: 5.0.2 - resolution: "@actions/cache@npm:5.0.2" +"@actions/cache@npm:^5.0.3": + version: 5.0.3 + resolution: "@actions/cache@npm:5.0.3" dependencies: "@actions/core": "npm:^2.0.0" "@actions/exec": "npm:^2.0.0" @@ -47,7 +47,7 @@ __metadata: "@azure/storage-blob": "npm:^12.29.1" "@protobuf-ts/runtime-rpc": "npm:^2.11.1" semver: "npm:^6.3.1" - checksum: 10/86932f0fc34784ce9c1f528609cb2d9034a5b61e959866314bf2577b9ae21b66221590efb4fefad2be70a6274f6e275dfee666daf080345bf21f78f7c437c50d + checksum: 10/ac544a5ec75fc6147d7be7dc5cbee01d2b37f45a52be7cee31cd3471c6618b73d299a72580452f05911e2a049484cb2567209a8fbf5ac43705d86b59a0f8992a languageName: node linkType: hard @@ -1204,7 +1204,7 @@ __metadata: resolution: "@docker/actions-toolkit@workspace:." dependencies: "@actions/artifact": "npm:^5.0.2" - "@actions/cache": "npm:^5.0.2" + "@actions/cache": "npm:^5.0.3" "@actions/core": "npm:^2.0.2" "@actions/exec": "npm:^2.0.0" "@actions/github": "npm:^7.0.0"