Skip to content

Commit e0b40bb

Browse files
build(deps): bump @actions/cache from 4.0.3 to 4.0.5
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.0.3 to 4.0.5. - [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: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70344da commit e0b40bb

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
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.3.2",
49-
"@actions/cache": "^4.0.3",
49+
"@actions/cache": "^4.0.5",
5050
"@actions/core": "^1.11.1",
5151
"@actions/exec": "^1.1.1",
5252
"@actions/github": "^6.0.1",

yarn.lock

Lines changed: 23 additions & 7 deletions
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.3":
36-
version: 4.0.3
37-
resolution: "@actions/cache@npm:4.0.3"
35+
"@actions/cache@npm:^4.0.5":
36+
version: 4.0.5
37+
resolution: "@actions/cache@npm:4.0.5"
3838
dependencies:
3939
"@actions/core": "npm:^1.11.1"
4040
"@actions/exec": "npm:^1.0.1"
@@ -44,9 +44,9 @@ __metadata:
4444
"@azure/abort-controller": "npm:^1.1.0"
4545
"@azure/ms-rest-js": "npm:^2.6.0"
4646
"@azure/storage-blob": "npm:^12.13.0"
47-
"@protobuf-ts/plugin": "npm:^2.9.4"
47+
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
4848
semver: "npm:^6.3.1"
49-
checksum: 10/232790477fcbddf4591c84cd2860b009715515e53edb7bcba718b73ddd46401f09fd859f04b426614ad82e8cdcf6948fdc4ff03e926fbf5081163d77d9a8eec8
49+
checksum: 10/e5617453ad4f17eec3e5a7b11cc2699e659a599bad690dd8f962c9bd974d5038eba4ded2806875c6495d763f85320ba6b152200223ff185583388010c4edd56c
5050
languageName: node
5151
linkType: hard
5252

@@ -1110,7 +1110,7 @@ __metadata:
11101110
resolution: "@docker/actions-toolkit@workspace:."
11111111
dependencies:
11121112
"@actions/artifact": "npm:^2.3.2"
1113-
"@actions/cache": "npm:^4.0.3"
1113+
"@actions/cache": "npm:^4.0.5"
11141114
"@actions/core": "npm:^1.11.1"
11151115
"@actions/exec": "npm:^1.1.1"
11161116
"@actions/github": "npm:^6.0.1"
@@ -2074,7 +2074,7 @@ __metadata:
20742074
languageName: node
20752075
linkType: hard
20762076

2077-
"@protobuf-ts/plugin@npm:^2.2.3-alpha.1, @protobuf-ts/plugin@npm:^2.9.4":
2077+
"@protobuf-ts/plugin@npm:^2.2.3-alpha.1":
20782078
version: 2.9.4
20792079
resolution: "@protobuf-ts/plugin@npm:2.9.4"
20802080
dependencies:
@@ -2099,6 +2099,15 @@ __metadata:
20992099
languageName: node
21002100
linkType: hard
21012101

2102+
"@protobuf-ts/runtime-rpc@npm:^2.11.1":
2103+
version: 2.11.1
2104+
resolution: "@protobuf-ts/runtime-rpc@npm:2.11.1"
2105+
dependencies:
2106+
"@protobuf-ts/runtime": "npm:^2.11.1"
2107+
checksum: 10/32c9220a4898b8abca1628806075066292a3f2774965b7d1f39e9389c43a178d7b5023d9e67a0e024d0010790b0b7b6a4e73080e59a0e1701e2d5cee9572e6e2
2108+
languageName: node
2109+
linkType: hard
2110+
21022111
"@protobuf-ts/runtime-rpc@npm:^2.9.4":
21032112
version: 2.9.4
21042113
resolution: "@protobuf-ts/runtime-rpc@npm:2.9.4"
@@ -2108,6 +2117,13 @@ __metadata:
21082117
languageName: node
21092118
linkType: hard
21102119

2120+
"@protobuf-ts/runtime@npm:^2.11.1":
2121+
version: 2.11.1
2122+
resolution: "@protobuf-ts/runtime@npm:2.11.1"
2123+
checksum: 10/888b963a0b2b26c0b5f77d411b99bfc80068faa89e287efeede2e7686f1b0fea09fc5f0cf7e6be148728f2acf9c05ec7b5814f6633da6cdc810895677b2e68f5
2124+
languageName: node
2125+
linkType: hard
2126+
21112127
"@protobuf-ts/runtime@npm:^2.9.4":
21122128
version: 2.9.4
21132129
resolution: "@protobuf-ts/runtime@npm:2.9.4"

0 commit comments

Comments
 (0)