Skip to content

Commit afc5fed

Browse files
build(deps): bump @actions/cache from 3.3.0 to 4.0.0
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.3.0 to 4.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88b5826 commit afc5fed

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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.2.1",
49-
"@actions/cache": "^3.3.0",
49+
"@actions/cache": "^4.0.0",
5050
"@actions/core": "^1.11.1",
5151
"@actions/exec": "^1.1.1",
5252
"@actions/github": "^6.0.0",

yarn.lock

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

36-
"@actions/cache@npm:^3.3.0":
37-
version: 3.3.0
38-
resolution: "@actions/cache@npm:3.3.0"
36+
"@actions/cache@npm:^4.0.0":
37+
version: 4.0.0
38+
resolution: "@actions/cache@npm:4.0.0"
3939
dependencies:
4040
"@actions/core": ^1.11.1
4141
"@actions/exec": ^1.0.1
@@ -45,8 +45,10 @@ __metadata:
4545
"@azure/abort-controller": ^1.1.0
4646
"@azure/ms-rest-js": ^2.6.0
4747
"@azure/storage-blob": ^12.13.0
48+
"@protobuf-ts/plugin": ^2.9.4
4849
semver: ^6.3.1
49-
checksum: f0761b1491b7706a80b44d68ed52eb48c04653fc939525a7c7b606e9d9251c40c7e4ac20846ab92ac32db6869e1a6f0f574bd6b7fec1ab9378c8e199c5acc9c9
50+
twirp-ts: ^2.5.0
51+
checksum: 8ab819a67b578a5ce6de984f4ef8420066f8270e1f9db053700f4a8f084d0bbe4f911114f7088a95a987372ea63078550355d99849412152dd0efdf688bf9144
5052
languageName: node
5153
linkType: hard
5254

@@ -1108,7 +1110,7 @@ __metadata:
11081110
resolution: "@docker/actions-toolkit@workspace:."
11091111
dependencies:
11101112
"@actions/artifact": ^2.2.1
1111-
"@actions/cache": ^3.3.0
1113+
"@actions/cache": ^4.0.0
11121114
"@actions/core": ^1.11.1
11131115
"@actions/exec": ^1.1.1
11141116
"@actions/github": ^6.0.0
@@ -2009,7 +2011,7 @@ __metadata:
20092011
languageName: node
20102012
linkType: hard
20112013

2012-
"@protobuf-ts/plugin@npm:^2.2.3-alpha.1":
2014+
"@protobuf-ts/plugin@npm:^2.2.3-alpha.1, @protobuf-ts/plugin@npm:^2.9.4":
20132015
version: 2.9.4
20142016
resolution: "@protobuf-ts/plugin@npm:2.9.4"
20152017
dependencies:

0 commit comments

Comments
 (0)