Skip to content

Commit ba7c3df

Browse files
Bump @actions/core from 2.0.1 to 2.0.2 (#263)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c95b9b8 commit ba7c3df

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": ">= 20.16.0"
1111
},
1212
"dependencies": {
13-
"@actions/core": "^2.0.1",
13+
"@actions/core": "^2.0.2",
1414
"@actions/exec": "^2.0.0",
1515
"@actions/tool-cache": "^3.0.0"
1616
},

yarn.lock

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

44

5-
"@actions/core@^2.0.1":
6-
version "2.0.1"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.1.tgz#fc4961acb04f6253bcdf83ad356e013ba29fc218"
8-
integrity sha512-oBfqT3GwkvLlo1fjvhQLQxuwZCGTarTE5OuZ2Wg10hvhBj7LRIlF611WT4aZS6fDhO5ZKlY7lCAZTlpmyaHaeg==
5+
"@actions/core@^2.0.1", "@actions/core@^2.0.2":
6+
version "2.0.2"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.2.tgz#81c59e1f3437660d2148a064c1ba8e99931f2cf7"
8+
integrity sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==
99
dependencies:
1010
"@actions/exec" "^2.0.0"
11-
"@actions/http-client" "^3.0.0"
11+
"@actions/http-client" "^3.0.1"
1212

1313
"@actions/exec@^2.0.0":
1414
version "2.0.0"
@@ -17,7 +17,7 @@
1717
dependencies:
1818
"@actions/io" "^2.0.0"
1919

20-
"@actions/http-client@^3.0.0", "@actions/http-client@^3.0.1":
20+
"@actions/http-client@^3.0.1":
2121
version "3.0.1"
2222
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268"
2323
integrity sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==

0 commit comments

Comments
 (0)