Skip to content

Commit 43dfa4a

Browse files
fix(deps): update dependency @actions/cache to ^5.0.2 (#325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad1b2ac commit 43dfa4a

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Freckle",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@actions/cache": "^5.0.1",
20+
"@actions/cache": "^5.0.2",
2121
"@actions/core": "^2.0.1",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@actions/cache@^5.0.1":
6-
version "5.0.1"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.1.tgz#f2a0813a6e1257c548a86f898e079de08709a477"
8-
integrity sha512-c+oH047Z2zmXLhjMZfEKjxZfv6Ou7T0sn5fhz6yupICXm5OOR47oZn5zxNO8MP7ttkxv5TOg3WsMrffri5Xhfw==
5+
"@actions/cache@^5.0.2":
6+
version "5.0.2"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.2.tgz#3bdb72106c37c1e6ae67306a34b71ac80980eb7f"
8+
integrity sha512-6w3i9n12eWJyut6TOnh7SIxGmeIepB5wbXMvlPv9+6CjvTD4OYKi1Wjh7TQrjEf8xLb6hxsVCpPsL/1gxnlTtw==
99
dependencies:
1010
"@actions/core" "^2.0.0"
1111
"@actions/exec" "^2.0.0"
1212
"@actions/glob" "^0.5.0"
13-
"@actions/http-client" "^3.0.0"
13+
"@actions/http-client" "^3.0.1"
1414
"@actions/io" "^2.0.0"
1515
"@azure/abort-controller" "^1.1.0"
1616
"@azure/core-rest-pipeline" "^1.22.0"
@@ -72,6 +72,14 @@
7272
tunnel "^0.0.6"
7373
undici "^5.28.5"
7474

75+
"@actions/http-client@^3.0.1":
76+
version "3.0.1"
77+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268"
78+
integrity sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==
79+
dependencies:
80+
tunnel "^0.0.6"
81+
undici "^5.28.5"
82+
7583
"@actions/io@^1.0.1":
7684
version "1.1.3"
7785
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"

0 commit comments

Comments
 (0)