diff --git a/actions-github-6.0.1.tgz b/actions-github-6.0.1.tgz new file mode 100644 index 0000000..77c7eb2 Binary files /dev/null and b/actions-github-6.0.1.tgz differ diff --git a/actions-http-client-3.0.2.tgz b/actions-http-client-3.0.2.tgz new file mode 100644 index 0000000..8091201 Binary files /dev/null and b/actions-http-client-3.0.2.tgz differ diff --git a/package-lock.json b/package-lock.json index a430692..c1fbd9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index d1afc5e..c83e50d 100644 --- a/package.json +++ b/package.json @@ -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"