Skip to content

Commit dd72ca8

Browse files
authored
Merge pull request #216 from red-gate/dependabot/npm_and_yarn/actions/cache-6.0.0
Bump @actions/cache from 5.0.1 to 6.0.0
2 parents ef5af31 + 6d317d4 commit dd72ca8

File tree

2 files changed

+25
-64
lines changed

2 files changed

+25
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/kenmuse/setup-flyway#readme",
2828
"sideEffects": false,
2929
"dependencies": {
30-
"@actions/cache": "^5.0.1",
30+
"@actions/cache": "^6.0.0",
3131
"@actions/core": "^1.11.1",
3232
"@actions/exec": "^1.1.1",
3333
"@actions/glob": "^0.6.1",

yarn.lock

Lines changed: 24 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@actions/cache@npm:^5.0.1":
9-
version: 5.0.1
10-
resolution: "@actions/cache@npm:5.0.1"
8+
"@actions/cache@npm:^6.0.0":
9+
version: 6.0.0
10+
resolution: "@actions/cache@npm:6.0.0"
1111
dependencies:
12-
"@actions/core": "npm:^2.0.0"
13-
"@actions/exec": "npm:^2.0.0"
14-
"@actions/glob": "npm:^0.5.0"
15-
"@actions/http-client": "npm:^3.0.0"
16-
"@actions/io": "npm:^2.0.0"
17-
"@azure/abort-controller": "npm:^1.1.0"
12+
"@actions/core": "npm:^3.0.0"
13+
"@actions/exec": "npm:^3.0.0"
14+
"@actions/glob": "npm:^0.6.1"
15+
"@actions/http-client": "npm:^4.0.0"
16+
"@actions/io": "npm:^3.0.0"
1817
"@azure/core-rest-pipeline": "npm:^1.22.0"
19-
"@azure/storage-blob": "npm:^12.29.1"
18+
"@azure/storage-blob": "npm:^12.30.0"
2019
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
21-
semver: "npm:^6.3.1"
22-
checksum: 10/5ee1ea2fcd9a4f7c5029beb122a9427ac51aa381074ed39f549124772ca00f0f5a7d2218102559d0b86037b5ab2c3d57dc2abb3651cb41959de39963b228c05a
20+
semver: "npm:^7.7.3"
21+
checksum: 10/91609983f6ed5829018c6afea9b692762acd34604e44479be3ff25c76f5b869d6727766847193ab9f0724de84cd6043759a55553c500c3538af9951494ca14b6
2322
languageName: node
2423
linkType: hard
2524

26-
"@actions/core@npm:^1.11.1, @actions/core@npm:^1.9.1":
25+
"@actions/core@npm:^1.11.1":
2726
version: 1.11.1
2827
resolution: "@actions/core@npm:1.11.1"
2928
dependencies:
@@ -33,16 +32,6 @@ __metadata:
3332
languageName: node
3433
linkType: hard
3534

36-
"@actions/core@npm:^2.0.0":
37-
version: 2.0.1
38-
resolution: "@actions/core@npm:2.0.1"
39-
dependencies:
40-
"@actions/exec": "npm:^2.0.0"
41-
"@actions/http-client": "npm:^3.0.0"
42-
checksum: 10/a3376a89886c7144d5db0cd7f897ab397c1f9eaa7b291e052b87d0bd5096e4ccc1046084b26b5d764cb29c7980098c202af8ec3a5928183a8e52d3421c4210f6
43-
languageName: node
44-
linkType: hard
45-
4635
"@actions/core@npm:^3.0.0":
4736
version: 3.0.0
4837
resolution: "@actions/core@npm:3.0.0"
@@ -62,15 +51,6 @@ __metadata:
6251
languageName: node
6352
linkType: hard
6453

65-
"@actions/exec@npm:^2.0.0":
66-
version: 2.0.0
67-
resolution: "@actions/exec@npm:2.0.0"
68-
dependencies:
69-
"@actions/io": "npm:^2.0.0"
70-
checksum: 10/61f84e3920eaa898edff3a4de97d353bb8f4379ced229128d7c945cd18c02e0d8d33a22629cec7bb7797a5f8879952ee9d291921ffd02bc849e6a7d4e2e3a52a
71-
languageName: node
72-
linkType: hard
73-
7454
"@actions/exec@npm:^3.0.0":
7555
version: 3.0.0
7656
resolution: "@actions/exec@npm:3.0.0"
@@ -80,16 +60,6 @@ __metadata:
8060
languageName: node
8161
linkType: hard
8262

83-
"@actions/glob@npm:^0.5.0":
84-
version: 0.5.0
85-
resolution: "@actions/glob@npm:0.5.0"
86-
dependencies:
87-
"@actions/core": "npm:^1.9.1"
88-
minimatch: "npm:^3.0.4"
89-
checksum: 10/70f6e3f171e73701738ab0bac88eea6152ee472d299ed1535238eff3f2f735f9928be4803960b84f21e38f2681bf6dd97fa5644f810c8d12d01b111b03285be5
90-
languageName: node
91-
linkType: hard
92-
9363
"@actions/glob@npm:^0.6.1":
9464
version: 0.6.1
9565
resolution: "@actions/glob@npm:0.6.1"
@@ -144,7 +114,7 @@ __metadata:
144114
languageName: node
145115
linkType: hard
146116

147-
"@actions/io@npm:^3.0.2":
117+
"@actions/io@npm:^3.0.0, @actions/io@npm:^3.0.2":
148118
version: 3.0.2
149119
resolution: "@actions/io@npm:3.0.2"
150120
checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5
@@ -174,15 +144,6 @@ __metadata:
174144
languageName: node
175145
linkType: hard
176146

177-
"@azure/abort-controller@npm:^1.1.0":
178-
version: 1.1.0
179-
resolution: "@azure/abort-controller@npm:1.1.0"
180-
dependencies:
181-
tslib: "npm:^2.2.0"
182-
checksum: 10/1efe8735cfe6411f42ab9dda86be627073e0e3345a89bd5d0560175523ab3939db2c82fd17965a49fc70513377866539c91a5c73c871b5a0d771329ffae87dda
183-
languageName: node
184-
linkType: hard
185-
186147
"@azure/abort-controller@npm:^2.0.0, @azure/abort-controller@npm:^2.1.2":
187148
version: 2.1.2
188149
resolution: "@azure/abort-controller@npm:2.1.2"
@@ -324,9 +285,9 @@ __metadata:
324285
languageName: node
325286
linkType: hard
326287

327-
"@azure/storage-blob@npm:^12.29.1":
328-
version: 12.29.1
329-
resolution: "@azure/storage-blob@npm:12.29.1"
288+
"@azure/storage-blob@npm:^12.30.0":
289+
version: 12.30.0
290+
resolution: "@azure/storage-blob@npm:12.30.0"
330291
dependencies:
331292
"@azure/abort-controller": "npm:^2.1.2"
332293
"@azure/core-auth": "npm:^1.9.0"
@@ -339,16 +300,16 @@ __metadata:
339300
"@azure/core-util": "npm:^1.11.0"
340301
"@azure/core-xml": "npm:^1.4.5"
341302
"@azure/logger": "npm:^1.1.4"
342-
"@azure/storage-common": "npm:^12.1.1"
303+
"@azure/storage-common": "npm:^12.2.0"
343304
events: "npm:^3.0.0"
344305
tslib: "npm:^2.8.1"
345-
checksum: 10/a82ebafca0b1d35fc0bf61ddc8f10c00af1930c22227182968926bf6be3be6d260d80cc61c3e324297d7fa5136cc75507f6e364312a314d33912a9e71be8f4c2
306+
checksum: 10/2fe2190aa6f637b4a525a2f2d129fefd9182670b59d2bfdcb4a8fb3b6cd2d10e9970ab9ebc3a3ddcf45a7143553f3ae19f800142b7218087bb8d02c91cb7b59d
346307
languageName: node
347308
linkType: hard
348309

349-
"@azure/storage-common@npm:^12.1.1":
350-
version: 12.1.1
351-
resolution: "@azure/storage-common@npm:12.1.1"
310+
"@azure/storage-common@npm:^12.2.0":
311+
version: 12.2.0
312+
resolution: "@azure/storage-common@npm:12.2.0"
352313
dependencies:
353314
"@azure/abort-controller": "npm:^2.1.2"
354315
"@azure/core-auth": "npm:^1.9.0"
@@ -359,7 +320,7 @@ __metadata:
359320
"@azure/logger": "npm:^1.1.4"
360321
events: "npm:^3.3.0"
361322
tslib: "npm:^2.8.1"
362-
checksum: 10/1fc3b5f3c57e0e7e925442c5731486c8eba9f34a793f6551a649e1f560c152133d10f9850fe53fd4042dd354a82aba69e591edc75be41e40c4bceb4fa8d41d5c
323+
checksum: 10/d178748f5c0c8b2d6be51ae56aad00085fd355f83e62b379bb8cd6656a5e2c4172ccf81c5e5d78d5296dc05cda84d8b58b5d75236d6661730c2911c1e39c157d
363324
languageName: node
364325
linkType: hard
365326

@@ -5260,7 +5221,7 @@ __metadata:
52605221
version: 0.0.0-use.local
52615222
resolution: "setup-flyway@workspace:."
52625223
dependencies:
5263-
"@actions/cache": "npm:^5.0.1"
5224+
"@actions/cache": "npm:^6.0.0"
52645225
"@actions/core": "npm:^1.11.1"
52655226
"@actions/exec": "npm:^1.1.1"
52665227
"@actions/glob": "npm:^0.6.1"
@@ -5695,7 +5656,7 @@ __metadata:
56955656
languageName: node
56965657
linkType: hard
56975658

5698-
"tslib@npm:^2.2.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2, tslib@npm:^2.8.1":
5659+
"tslib@npm:^2.4.0, tslib@npm:^2.6.2, tslib@npm:^2.8.1":
56995660
version: 2.8.1
57005661
resolution: "tslib@npm:2.8.1"
57015662
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7

0 commit comments

Comments
 (0)