From da648802f647a2fa904e276838eae7323a1c407e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:54:31 +0000 Subject: [PATCH] chore(deps): update dependency @actions/cache to v3.3.0 (#11835) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/cache](https://redirect.github.com/actions/toolkit/tree/main/packages/cache) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/cache)) | [`3.2.4` -> `3.3.0`](https://renovatebot.com/diffs/npm/@actions%2fcache/3.2.4/3.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fcache/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@actions%2fcache/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@actions%2fcache/3.2.4/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fcache/3.2.4/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/toolkit (@​actions/cache) ### [`v3.3.0`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#330) - Update `@actions/core` to `1.11.1` - Remove dependency on `uuid` package [#​1824](https://redirect.github.com/actions/toolkit/pull/1824), [#​1842](https://redirect.github.com/actions/toolkit/pull/1842)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 24 +++++++----------------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index d5f4a0306043..7f0443f0aea8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "vscode-languageserver-types": "3.17.5" }, "devDependencies": { - "@actions/cache": "3.2.4", + "@actions/cache": "3.3.0", "@actions/core": "1.11.1", "@actions/exec": "1.1.1", "@actions/glob": "0.5.0", diff --git a/yarn.lock b/yarn.lock index aec493dd3f68..c01aa6ac1d89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,11 +12,11 @@ __metadata: languageName: node linkType: hard -"@actions/cache@npm:3.2.4": - version: 3.2.4 - resolution: "@actions/cache@npm:3.2.4" +"@actions/cache@npm:3.3.0": + version: 3.3.0 + resolution: "@actions/cache@npm:3.3.0" dependencies: - "@actions/core": "npm:^1.10.0" + "@actions/core": "npm:^1.11.1" "@actions/exec": "npm:^1.0.1" "@actions/glob": "npm:^0.1.0" "@actions/http-client": "npm:^2.1.1" @@ -25,12 +25,11 @@ __metadata: "@azure/ms-rest-js": "npm:^2.6.0" "@azure/storage-blob": "npm:^12.13.0" semver: "npm:^6.3.1" - uuid: "npm:^3.3.3" - checksum: 10c0/81bbf9dd1712d44eb92a1b832cd76a10bd17b72a379d0c7a73ae209d152d1e5b0fb310449622c511c48ace72e92572b2927993a4c85ac98eae2f6677c42a6a6a + checksum: 10c0/e4206205bfdf8a108f2c36c582ae08acdb5d8e43ee424dde0e5248a270fa57b232709c2448b625536bfc4dd67ad037268e9796c35e1517ea6ce56083710a1ff2 languageName: node linkType: hard -"@actions/core@npm:1.11.1, @actions/core@npm:^1.10.0, @actions/core@npm:^1.2.6, @actions/core@npm:^1.9.1": +"@actions/core@npm:1.11.1, @actions/core@npm:^1.11.1, @actions/core@npm:^1.2.6, @actions/core@npm:^1.9.1": version: 1.11.1 resolution: "@actions/core@npm:1.11.1" dependencies: @@ -27095,7 +27094,7 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@actions/cache": "npm:3.2.4" + "@actions/cache": "npm:3.3.0" "@actions/core": "npm:1.11.1" "@actions/exec": "npm:1.1.1" "@actions/glob": "npm:0.5.0" @@ -29976,15 +29975,6 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^3.3.3": - version: 3.4.0 - resolution: "uuid@npm:3.4.0" - bin: - uuid: ./bin/uuid - checksum: 10c0/1c13950df865c4f506ebfe0a24023571fa80edf2e62364297a537c80af09c618299797bbf2dbac6b1f8ae5ad182ba474b89db61e0e85839683991f7e08795347 - languageName: node - linkType: hard - "uuid@npm:^8.0.0, uuid@npm:^8.3.0, uuid@npm:^8.3.2": version: 8.3.2 resolution: "uuid@npm:8.3.2"