Skip to content

Commit b271fc4

Browse files
Update dependency @actions/core to v1.8.1 (#303)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2d8c8c7 commit b271fc4

File tree

2 files changed

+13
-1
lines changed

2 files changed

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

yarn.lock

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

12+
"@actions/[email protected]":
13+
version "1.8.1"
14+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.1.tgz#3cdde366654b98764e63633a08dba6703131e274"
15+
integrity sha512-LuFg2O/+rRrYxrdafnqH9mx6ADszKzQAhDuEhhMQIh47tsXzWkW4wXY5zvscqJ4KDywyJX0LA0pAESPLUjZXvw==
16+
dependencies:
17+
"@actions/http-client" "^2.0.0"
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"
1522
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
1623
dependencies:
1724
tunnel "0.0.6"
1825

26+
"@actions/http-client@^2.0.0":
27+
version "2.0.0"
28+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.0.tgz#518c4af1e7045769d3e2ad8c2ce7f8b05224a9b3"
29+
integrity sha512-fm1+OPPey5ypgStT9K8zbBhICj4J4UV/TJIHDhuWlkb8KyJaAtjcZK184dTqul0dV0nPKX97FNtDXX20BTLXSA==
30+
1931
"@ampproject/remapping@^2.1.0":
2032
version "2.2.0"
2133
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"

0 commit comments

Comments
 (0)