0
1
Fork 0
This commit is contained in:
Tatyana Kostromskaya 2023-10-05 13:05:27 +02:00
parent efb66ddacf
commit 317b5f36ae
4 changed files with 10 additions and 10 deletions

BIN
actions-github-6.0.1.tgz Normal file

Binary file not shown.

Binary file not shown.

18
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "file:../toolkit/packages/github/actions-github-6.0.1.tgz",
"@actions/github": "file:actions-github-6.0.1.tgz",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3"
@ -70,11 +70,11 @@
},
"node_modules/@actions/github": {
"version": "6.0.1",
"resolved": "file:../toolkit/packages/github/actions-github-6.0.1.tgz",
"integrity": "sha512-W+2lHLGm78c1fi+W3nPzgpfAcrpbBhrOwN0TdrFeSliXDjPYBniJNZnHjJxo6mqTc/OzXDdl7W0GI/96EiIp1w==",
"resolved": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-taRoi/nryvD7nd0/7oYhasmThFsyo42iZoJhO+U/IQjbIxOOkhqHm7FqNtHspP+6EUbSi8eqi4RCynTgekXuww==",
"license": "MIT",
"dependencies": {
"@actions/http-client": "file:/Users/takost/Documents/toolkit/packages/http-client/actions-http-client-3.0.2.tgz",
"@actions/http-client": "file:actions-http-client-3.0.2.tgz",
"@octokit/core": "^4.2.4",
"@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-rest-endpoint-methods": "^7.2.3",
@ -83,7 +83,7 @@
},
"node_modules/@actions/github/node_modules/@actions/http-client": {
"version": "3.0.2",
"resolved": "file:../toolkit/packages/http-client/actions-http-client-3.0.2.tgz",
"resolved": "file:actions-http-client-3.0.2.tgz",
"integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"license": "MIT",
"dependencies": {
@ -7217,10 +7217,10 @@
}
},
"@actions/github": {
"version": "file:../toolkit/packages/github/actions-github-6.0.1.tgz",
"integrity": "sha512-W+2lHLGm78c1fi+W3nPzgpfAcrpbBhrOwN0TdrFeSliXDjPYBniJNZnHjJxo6mqTc/OzXDdl7W0GI/96EiIp1w==",
"version": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-taRoi/nryvD7nd0/7oYhasmThFsyo42iZoJhO+U/IQjbIxOOkhqHm7FqNtHspP+6EUbSi8eqi4RCynTgekXuww==",
"requires": {
"@actions/http-client": "file:../../../../toolkit/packages/http-client/actions-http-client-3.0.2.tgz",
"@actions/http-client": "file:actions-http-client-3.0.2.tgz",
"@octokit/core": "^4.2.4",
"@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-rest-endpoint-methods": "^7.2.3",
@ -7228,7 +7228,7 @@
},
"dependencies": {
"@actions/http-client": {
"version": "file:/Users/takost/Documents/toolkit/packages/http-client/actions-http-client-3.0.2.tgz",
"version": "file:actions-http-client-3.0.2.tgz",
"integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"requires": {
"tunnel": "^0.0.6"

View File

@ -30,7 +30,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "file:../toolkit/packages/github/actions-github-6.0.1.tgz",
"@actions/github": "file:actions-github-6.0.1.tgz",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3"