Skip to content

Commit 987761e

Browse files
Update dependency @actions/core to v1.9.0 (#340)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fda0887 commit 987761e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@actions/core": "1.8.2"
18+
"@actions/core": "1.9.0"
1919
},
2020
"devDependencies": {
2121
"@tsconfig/node16": "1.0.3",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@actions/http-client" "^2.0.1"
1111

12+
"@actions/[email protected]":
13+
version "1.9.0"
14+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.0.tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082"
15+
integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==
16+
dependencies:
17+
"@actions/http-client" "^2.0.1"
18+
1219
"@actions/http-client@^2.0.1":
1320
version "2.0.1"
1421
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"

0 commit comments

Comments
 (0)