Skip to content

Commit 0aefdf3

Browse files
fix(deps): update dependency @actions/cache to ^5.0.5 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f5bc7f commit 0aefdf3

2 files changed

Lines changed: 36 additions & 7 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.3",
20+
"@actions/cache": "^5.0.5",
2121
"@actions/core": "^2.0.2",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",

yarn.lock

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

44

5-
"@actions/cache@^5.0.3":
6-
version "5.0.3"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.3.tgz#1af13e3578b185c41b31a76ead7b3670434d7bfc"
8-
integrity sha512-9joY8Oup+nIpksSBlkuf9/mltnhWx3lydk1tA2PVnXaxFLIIrKqrWDN2CZXlJ+PEErcBARKYn4mHiUCTyMh4Vg==
5+
"@actions/cache@^5.0.5":
6+
version "5.0.5"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.5.tgz#e2489403fc9d8a346f0a2827fbf13574fe23e935"
8+
integrity sha512-jiQSg0gfd+C2KPgcmdCOq7dCuCIQQWQ4b1YfGIRaaA9w7PJbRwTOcCz4LiFEUnqZGf0ha/8OKL3BeNwetHzYsQ==
99
dependencies:
1010
"@actions/core" "^2.0.0"
1111
"@actions/exec" "^2.0.0"
12-
"@actions/glob" "^0.5.0"
13-
"@actions/http-client" "^3.0.1"
12+
"@actions/glob" "^0.5.1"
13+
"@actions/http-client" "^3.0.2"
1414
"@actions/io" "^2.0.0"
1515
"@azure/abort-controller" "^1.1.0"
1616
"@azure/core-rest-pipeline" "^1.22.0"
@@ -42,6 +42,14 @@
4242
"@actions/exec" "^2.0.0"
4343
"@actions/http-client" "^3.0.1"
4444

45+
"@actions/core@^2.0.3":
46+
version "2.0.3"
47+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.3.tgz#b05e8cf407ab393e5d10282357a74e1ee2315eee"
48+
integrity sha512-Od9Thc3T1mQJYddvVPM4QGiLUewdh+3txmDYHHxoNdkqysR1MbCT+rFOtNUxYAz+7+6RIsqipVahY2GJqGPyxA==
49+
dependencies:
50+
"@actions/exec" "^2.0.0"
51+
"@actions/http-client" "^3.0.2"
52+
4553
"@actions/exec@^1.1.1":
4654
version "1.1.1"
4755
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
@@ -64,6 +72,14 @@
6472
"@actions/core" "^1.9.1"
6573
minimatch "^3.0.4"
6674

75+
"@actions/glob@^0.5.1":
76+
version "0.5.1"
77+
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.5.1.tgz#606d8aa6b9bd5205e50e79c3da33709d65307cb6"
78+
integrity sha512-+dv/t2aKQdKp9WWSp+1yIXVJzH5Q38M0Mta26pzIbeec14EcIleMB7UU6N7sNgbEuYfyuVGpE5pOKjl6j1WXkA==
79+
dependencies:
80+
"@actions/core" "^2.0.3"
81+
minimatch "^3.0.4"
82+
6783
"@actions/http-client@^2.0.1":
6884
version "2.2.3"
6985
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
@@ -88,6 +104,14 @@
88104
tunnel "^0.0.6"
89105
undici "^5.28.5"
90106

107+
"@actions/http-client@^3.0.2":
108+
version "3.0.2"
109+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.2.tgz#3db9c83af9d29d51ac8c30b45bc17f7014beb1b2"
110+
integrity sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==
111+
dependencies:
112+
tunnel "^0.0.6"
113+
undici "^6.23.0"
114+
91115
"@actions/io@^1.0.1":
92116
version "1.1.3"
93117
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
@@ -2922,6 +2946,11 @@ undici@^5.25.4, undici@^5.28.5:
29222946
dependencies:
29232947
"@fastify/busboy" "^2.0.0"
29242948

2949+
undici@^6.23.0:
2950+
version "6.23.0"
2951+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4"
2952+
integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==
2953+
29252954
unrs-resolver@^1.7.11:
29262955
version "1.11.1"
29272956
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz#be9cd8686c99ef53ecb96df2a473c64d304048a9"

0 commit comments

Comments
 (0)