mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 08:40:49 +00:00
Bump @actions/core from 1.2.6 to 1.9.1 (#125)
* Bump @actions/core from 1.2.6 to 1.9.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the copyright year * yarn.lock syntax updates * Rebuild dist/ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Pigulla <mp@webfactory.de>
This commit is contained in:
parent
53715f806b
commit
5a6c248f3f
5 changed files with 4728 additions and 45 deletions
|
@ -219,4 +219,4 @@ developer looking for new challenges, we'd like to hear from you!
|
||||||
- <https://www.webfactory.de>
|
- <https://www.webfactory.de>
|
||||||
- <https://twitter.com/webfactory>
|
- <https://twitter.com/webfactory>
|
||||||
|
|
||||||
Copyright 2019 – 2021 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).
|
Copyright 2019 – 2022 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).
|
||||||
|
|
2371
dist/cleanup.js
vendored
2371
dist/cleanup.js
vendored
File diff suppressed because it is too large
Load diff
2364
dist/index.js
vendored
2364
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,7 @@
|
||||||
"author": "webfactory GmbH <info@webfactory.de>",
|
"author": "webfactory GmbH <info@webfactory.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actions/core": "^1.2.4",
|
"@actions/core": "^1.9.1",
|
||||||
"@zeit/ncc": "^0.20.5"
|
"@zeit/ncc": "^0.20.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
34
yarn.lock
34
yarn.lock
|
@ -2,12 +2,32 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"@actions/core@^1.2.4":
|
"@actions/core@^1.9.1":
|
||||||
version "1.2.6"
|
"integrity" "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA=="
|
||||||
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
|
"resolved" "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz"
|
||||||
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
|
"version" "1.9.1"
|
||||||
|
dependencies:
|
||||||
|
"@actions/http-client" "^2.0.1"
|
||||||
|
"uuid" "^8.3.2"
|
||||||
|
|
||||||
|
"@actions/http-client@^2.0.1":
|
||||||
|
"integrity" "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw=="
|
||||||
|
"resolved" "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz"
|
||||||
|
"version" "2.0.1"
|
||||||
|
dependencies:
|
||||||
|
"tunnel" "^0.0.6"
|
||||||
|
|
||||||
"@zeit/ncc@^0.20.5":
|
"@zeit/ncc@^0.20.5":
|
||||||
version "0.20.5"
|
"integrity" "sha512-XU6uzwvv95DqxciQx+aOLhbyBx/13ky+RK1y88Age9Du3BlA4mMPCy13BGjayOrrumOzlq1XV3SD/BWiZENXlw=="
|
||||||
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.20.5.tgz#a41af6e6bcab4a58f4612bae6137f70bce0192e3"
|
"resolved" "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.20.5.tgz"
|
||||||
integrity sha512-XU6uzwvv95DqxciQx+aOLhbyBx/13ky+RK1y88Age9Du3BlA4mMPCy13BGjayOrrumOzlq1XV3SD/BWiZENXlw==
|
"version" "0.20.5"
|
||||||
|
|
||||||
|
"tunnel@^0.0.6":
|
||||||
|
"integrity" "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
|
||||||
|
"resolved" "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz"
|
||||||
|
"version" "0.0.6"
|
||||||
|
|
||||||
|
"uuid@^8.3.2":
|
||||||
|
"integrity" "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
||||||
|
"resolved" "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
|
||||||
|
"version" "8.3.2"
|
||||||
|
|
Loading…
Reference in a new issue