Skip to content

Commit f2b9afa

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

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@actions/cache": "^5.0.5",
22-
"@actions/core": "^3.0.0",
22+
"@actions/core": "^3.0.1",
2323
"@actions/exec": "^3.0.0",
2424
"@actions/glob": "^0.6.1",
2525
"js-yaml": "^4.1.1",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
"@actions/exec" "^3.0.0"
4343
"@actions/http-client" "^4.0.0"
4444

45+
"@actions/core@^3.0.1":
46+
version "3.0.1"
47+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.1.tgz#0f4d8b14527ee51e0db061eedc24a206c9f98c23"
48+
integrity sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==
49+
dependencies:
50+
"@actions/exec" "^3.0.0"
51+
"@actions/http-client" "^4.0.0"
52+
4553
"@actions/exec@^2.0.0":
4654
version "2.0.0"
4755
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8"

0 commit comments

Comments
 (0)