Skip to content

Commit 6cd97b3

Browse files
authored
Merge pull request #612 from docker/dependabot/npm_and_yarn/actions/cache-4.0.2
build(deps): bump @actions/cache from 4.0.1 to 4.0.2
2 parents 97a9494 + 4a13975 commit 6cd97b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@actions/artifact": "^2.2.2",
49-
"@actions/cache": "^4.0.1",
49+
"@actions/cache": "^4.0.2",
5050
"@actions/core": "^1.11.1",
5151
"@actions/exec": "^1.1.1",
5252
"@actions/github": "^6.0.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ __metadata:
3232
languageName: node
3333
linkType: hard
3434

35-
"@actions/cache@npm:^4.0.1":
36-
version: 4.0.1
37-
resolution: "@actions/cache@npm:4.0.1"
35+
"@actions/cache@npm:^4.0.2":
36+
version: 4.0.2
37+
resolution: "@actions/cache@npm:4.0.2"
3838
dependencies:
3939
"@actions/core": ^1.11.1
4040
"@actions/exec": ^1.0.1
@@ -46,7 +46,7 @@ __metadata:
4646
"@azure/storage-blob": ^12.13.0
4747
"@protobuf-ts/plugin": ^2.9.4
4848
semver: ^6.3.1
49-
checksum: ca2cc59c8682817788f387bdb83279e1924dece32cb5a0789b0d57837c317caf35a90ec240f7671798ca3bf620a72085ddbdc86ef1c309a79e4b8efe73074bae
49+
checksum: 208f11238a26194f331b329bb99d50a87c1a3ccef1dbae181e5c142b3faf41715203e0c5cbc491519d3d97540a68fbd418c25fb6e16caabf76248c40867c02b4
5050
languageName: node
5151
linkType: hard
5252

@@ -1107,7 +1107,7 @@ __metadata:
11071107
resolution: "@docker/actions-toolkit@workspace:."
11081108
dependencies:
11091109
"@actions/artifact": ^2.2.2
1110-
"@actions/cache": ^4.0.1
1110+
"@actions/cache": ^4.0.2
11111111
"@actions/core": ^1.11.1
11121112
"@actions/exec": ^1.1.1
11131113
"@actions/github": ^6.0.0

0 commit comments

Comments
 (0)