Skip to content

Commit fbe75af

Browse files
fix(deps): update dependency @actions/core to ^2.0.2
1 parent 43dfa4a commit fbe75af

2 files changed

Lines changed: 10 additions & 2 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.2",
21-
"@actions/core": "^2.0.1",
21+
"@actions/core": "^2.0.2",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",
2424
"js-yaml": "^4.1.1",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,22 @@
2626
"@actions/exec" "^1.1.1"
2727
"@actions/http-client" "^2.0.1"
2828

29-
"@actions/core@^2.0.0", "@actions/core@^2.0.1":
29+
"@actions/core@^2.0.0":
3030
version "2.0.1"
3131
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.1.tgz#fc4961acb04f6253bcdf83ad356e013ba29fc218"
3232
integrity sha512-oBfqT3GwkvLlo1fjvhQLQxuwZCGTarTE5OuZ2Wg10hvhBj7LRIlF611WT4aZS6fDhO5ZKlY7lCAZTlpmyaHaeg==
3333
dependencies:
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+
3745
"@actions/exec@^1.1.1":
3846
version "1.1.1"
3947
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"

0 commit comments

Comments
 (0)