Skip to content

Commit 08e669e

Browse files
authored
Merge pull request #144 from docker/dependabot/npm_and_yarn/actions/cache-3.2.2
build(deps): bump @actions/cache from 3.2.1 to 3.2.2
2 parents 5b760c8 + 83d366e commit 08e669e

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"registry": "https://registry.npmjs.org/"
4646
},
4747
"dependencies": {
48-
"@actions/cache": "^3.2.1",
48+
"@actions/cache": "^3.2.2",
4949
"@actions/core": "^1.10.0",
5050
"@actions/exec": "^1.1.1",
5151
"@actions/github": "^5.1.1",

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ __metadata:
55
version: 6
66
cacheKey: 8
77

8-
"@actions/cache@npm:^3.2.1":
9-
version: 3.2.1
10-
resolution: "@actions/cache@npm:3.2.1"
8+
"@actions/cache@npm:^3.2.2":
9+
version: 3.2.2
10+
resolution: "@actions/cache@npm:3.2.2"
1111
dependencies:
1212
"@actions/core": ^1.10.0
1313
"@actions/exec": ^1.0.1
1414
"@actions/glob": ^0.1.0
15-
"@actions/http-client": ^2.0.1
15+
"@actions/http-client": ^2.1.1
1616
"@actions/io": ^1.0.1
1717
"@azure/abort-controller": ^1.1.0
1818
"@azure/ms-rest-js": ^2.6.0
1919
"@azure/storage-blob": ^12.13.0
2020
semver: ^6.1.0
2121
uuid: ^3.3.3
22-
checksum: ff06f82cc0cfcbd1180e93db13ac066d7d08895ce8d696c83c6d16718ddc2fda538f77a8d2f899236db5b00dc97b30c9afe58ac206dde813541349b84fe840ff
22+
checksum: 1dc43a66596b98a7d4ad9f3a3e92b24186e28a42486fac311c7f99c2883d0387a6078d76b31c5ca3af30bb2b929c6f8e5f352e315bcce4fb9cae5d5f2f1f5fad
2323
languageName: node
2424
linkType: hard
2525

@@ -73,6 +73,15 @@ __metadata:
7373
languageName: node
7474
linkType: hard
7575

76+
"@actions/http-client@npm:^2.1.1":
77+
version: 2.1.1
78+
resolution: "@actions/http-client@npm:2.1.1"
79+
dependencies:
80+
tunnel: ^0.0.6
81+
checksum: 5a3fd0407020a11cd3864b6c9ed8ef36912e08418df34fac675d15fc71543abb419db236ddb8fbd649f8ad8b5057bd78f1ac301f87283dfc706aa85578a90658
82+
languageName: node
83+
linkType: hard
84+
7685
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.2":
7786
version: 1.1.3
7887
resolution: "@actions/io@npm:1.1.3"
@@ -956,7 +965,7 @@ __metadata:
956965
version: 0.0.0-use.local
957966
resolution: "@docker/actions-toolkit@workspace:."
958967
dependencies:
959-
"@actions/cache": ^3.2.1
968+
"@actions/cache": ^3.2.2
960969
"@actions/core": ^1.10.0
961970
"@actions/exec": ^1.1.1
962971
"@actions/github": ^5.1.1

0 commit comments

Comments
 (0)