Skip to content

Commit ddee4a2

Browse files
fix(deps): update dependency @actions/core to ^2.0.3 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1882ee8 commit ddee4a2

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@actions/cache": "^5.0.5",
21-
"@actions/core": "^2.0.2",
21+
"@actions/core": "^2.0.3",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",
2424
"js-yaml": "^4.1.1",

yarn.lock

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@
3434
"@actions/exec" "^2.0.0"
3535
"@actions/http-client" "^3.0.0"
3636

37-
"@actions/core@^2.0.2":
38-
version "2.0.2"
39-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.2.tgz#81c59e1f3437660d2148a064c1ba8e99931f2cf7"
40-
integrity sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==
41-
dependencies:
42-
"@actions/exec" "^2.0.0"
43-
"@actions/http-client" "^3.0.1"
44-
4537
"@actions/core@^2.0.3":
4638
version "2.0.3"
4739
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.3.tgz#b05e8cf407ab393e5d10282357a74e1ee2315eee"
@@ -96,14 +88,6 @@
9688
tunnel "^0.0.6"
9789
undici "^5.28.5"
9890

99-
"@actions/http-client@^3.0.1":
100-
version "3.0.1"
101-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268"
102-
integrity sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==
103-
dependencies:
104-
tunnel "^0.0.6"
105-
undici "^5.28.5"
106-
10791
"@actions/http-client@^3.0.2":
10892
version "3.0.2"
10993
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.2.tgz#3db9c83af9d29d51ac8c30b45bc17f7014beb1b2"

0 commit comments

Comments
 (0)