Skip to content

Commit 4b5ded8

Browse files
Update dependency @actions/core to v1.8.0 (#295)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9f9ed46 commit 4b5ded8

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.7.0"
18+
"@actions/core": "1.8.0"
1919
},
2020
"devDependencies": {
2121
"@tsconfig/node16": "1.0.2",

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" "^1.0.11"
1111

12+
"@actions/[email protected]":
13+
version "1.8.0"
14+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.0.tgz#5d98ff672b8ab73b718a939599c02f05c12755ad"
15+
integrity sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==
16+
dependencies:
17+
"@actions/http-client" "^1.0.11"
18+
1219
"@actions/http-client@^1.0.11":
1320
version "1.0.11"
1421
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"

0 commit comments

Comments
 (0)