mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
chore(deps): update dependency @actions/core to v1.8.1 (#15655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e8ed33c926
commit
a8dd9f63d8
2 changed files with 16 additions and 2 deletions
|
@ -215,7 +215,7 @@
|
|||
"re2": "1.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "1.8.0",
|
||||
"@actions/core": "1.8.1",
|
||||
"@jest/globals": "27.5.1",
|
||||
"@jest/reporters": "27.5.1",
|
||||
"@jest/test-result": "27.5.1",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -2,7 +2,14 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@actions/core@1.8.0", "@actions/core@^1.2.0", "@actions/core@^1.2.6":
|
||||
"@actions/core@1.8.1":
|
||||
version "1.8.1"
|
||||
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.1.tgz#3cdde366654b98764e63633a08dba6703131e274"
|
||||
integrity sha512-LuFg2O/+rRrYxrdafnqH9mx6ADszKzQAhDuEhhMQIh47tsXzWkW4wXY5zvscqJ4KDywyJX0LA0pAESPLUjZXvw==
|
||||
dependencies:
|
||||
"@actions/http-client" "^2.0.0"
|
||||
|
||||
"@actions/core@^1.2.0", "@actions/core@^1.2.6":
|
||||
version "1.8.0"
|
||||
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.0.tgz#5d98ff672b8ab73b718a939599c02f05c12755ad"
|
||||
integrity sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==
|
||||
|
@ -16,6 +23,13 @@
|
|||
dependencies:
|
||||
tunnel "0.0.6"
|
||||
|
||||
"@actions/http-client@^2.0.0":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
|
||||
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
|
||||
dependencies:
|
||||
tunnel "^0.0.6"
|
||||
|
||||
"@ampproject/remapping@^2.1.0":
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
|
||||
|
|
Loading…
Reference in a new issue