Skip to content

Commit cb33662

Browse files
build(deps): bump @actions/cache from 3.2.4 to 3.3.0
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.2.4 to 3.3.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b63de8 commit cb33662

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@actions/artifact": "^2.1.11",
49-
"@actions/cache": "^3.2.4",
49+
"@actions/cache": "^3.3.0",
5050
"@actions/core": "^1.11.1",
5151
"@actions/exec": "^1.1.1",
5252
"@actions/github": "^6.0.0",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36-
"@actions/cache@npm:^3.2.4":
37-
version: 3.2.4
38-
resolution: "@actions/cache@npm:3.2.4"
36+
"@actions/cache@npm:^3.3.0":
37+
version: 3.3.0
38+
resolution: "@actions/cache@npm:3.3.0"
3939
dependencies:
40-
"@actions/core": ^1.10.0
40+
"@actions/core": ^1.11.1
4141
"@actions/exec": ^1.0.1
4242
"@actions/glob": ^0.1.0
4343
"@actions/http-client": ^2.1.1
@@ -46,8 +46,7 @@ __metadata:
4646
"@azure/ms-rest-js": ^2.6.0
4747
"@azure/storage-blob": ^12.13.0
4848
semver: ^6.3.1
49-
uuid: ^3.3.3
50-
checksum: 5bf5f7541bea4906b553440a9ffee5699e11dfb729365c6cb0bbd37e147a1a0993369fdad16bfa3e2b01ec7fa57dac66276278bfd4a389009246a75ea953e61d
49+
checksum: f0761b1491b7706a80b44d68ed52eb48c04653fc939525a7c7b606e9d9251c40c7e4ac20846ab92ac32db6869e1a6f0f574bd6b7fec1ab9378c8e199c5acc9c9
5150
languageName: node
5251
linkType: hard
5352

@@ -1109,7 +1108,7 @@ __metadata:
11091108
resolution: "@docker/actions-toolkit@workspace:."
11101109
dependencies:
11111110
"@actions/artifact": ^2.1.11
1112-
"@actions/cache": ^3.2.4
1111+
"@actions/cache": ^3.3.0
11131112
"@actions/core": ^1.11.1
11141113
"@actions/exec": ^1.1.1
11151114
"@actions/github": ^6.0.0
@@ -8363,7 +8362,7 @@ __metadata:
83638362
languageName: node
83648363
linkType: hard
83658364

8366-
"uuid@npm:^3.3.2, uuid@npm:^3.3.3":
8365+
"uuid@npm:^3.3.2":
83678366
version: 3.4.0
83688367
resolution: "uuid@npm:3.4.0"
83698368
bin:

0 commit comments

Comments
 (0)