1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2024-09-20 19:28:09 +02:00
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": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/exec": "^1.1.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/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3" "uuid": "^3.3.3"
@ -70,11 +70,11 @@
}, },
"node_modules/@actions/github": { "node_modules/@actions/github": {
"version": "6.0.1", "version": "6.0.1",
"resolved": "file:../toolkit/packages/github/actions-github-6.0.1.tgz", "resolved": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-W+2lHLGm78c1fi+W3nPzgpfAcrpbBhrOwN0TdrFeSliXDjPYBniJNZnHjJxo6mqTc/OzXDdl7W0GI/96EiIp1w==", "integrity": "sha512-taRoi/nryvD7nd0/7oYhasmThFsyo42iZoJhO+U/IQjbIxOOkhqHm7FqNtHspP+6EUbSi8eqi4RCynTgekXuww==",
"license": "MIT", "license": "MIT",
"dependencies": { "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/core": "^4.2.4",
"@octokit/plugin-paginate-rest": "^6.1.2", "@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-rest-endpoint-methods": "^7.2.3", "@octokit/plugin-rest-endpoint-methods": "^7.2.3",
@ -83,7 +83,7 @@
}, },
"node_modules/@actions/github/node_modules/@actions/http-client": { "node_modules/@actions/github/node_modules/@actions/http-client": {
"version": "3.0.2", "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==", "integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -7217,10 +7217,10 @@
} }
}, },
"@actions/github": { "@actions/github": {
"version": "file:../toolkit/packages/github/actions-github-6.0.1.tgz", "version": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-W+2lHLGm78c1fi+W3nPzgpfAcrpbBhrOwN0TdrFeSliXDjPYBniJNZnHjJxo6mqTc/OzXDdl7W0GI/96EiIp1w==", "integrity": "sha512-taRoi/nryvD7nd0/7oYhasmThFsyo42iZoJhO+U/IQjbIxOOkhqHm7FqNtHspP+6EUbSi8eqi4RCynTgekXuww==",
"requires": { "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/core": "^4.2.4",
"@octokit/plugin-paginate-rest": "^6.1.2", "@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-rest-endpoint-methods": "^7.2.3", "@octokit/plugin-rest-endpoint-methods": "^7.2.3",
@ -7228,7 +7228,7 @@
}, },
"dependencies": { "dependencies": {
"@actions/http-client": { "@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==", "integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"requires": { "requires": {
"tunnel": "^0.0.6" "tunnel": "^0.0.6"

View file

@ -30,7 +30,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/exec": "^1.1.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/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3" "uuid": "^3.3.3"