Merge pull request #1193 from github/dependabot/npm_and_yarn/actions/core-1.9.1

Bump @actions/core from 1.4.0 to 1.9.1
This commit is contained in:
Henry Mercer 2022-08-19 20:03:47 +01:00 committed by GitHub
commit 53a7a27166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 949 additions and 28 deletions

10
node_modules/.package-lock.json generated vendored
View file

@ -57,9 +57,13 @@
}
},
"node_modules/@actions/core": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
}
},
"node_modules/@actions/exec": {
"version": "1.1.0",