Skip to content

Commit 3f30b17

Browse files
Release: v1.1.8 (#279)
## What's Changed * Update gcloud versions by @google-github-actions-bot in #258 * Update gcloud versions by @google-github-actions-bot in #260 * Update gcloud versions by @google-github-actions-bot in #261 * Update gcloud versions by @google-github-actions-bot in #262 * Update gcloud versions by @google-github-actions-bot in #263 * Update gcloud versions by @google-github-actions-bot in #264 * Update gcloud versions by @google-github-actions-bot in #266 * Update gcloud versions by @google-github-actions-bot in #268 * fix: compile versions workflow by @verbanicm in #269 * fix: error on compile versions workflow by @verbanicm in #270 * fix: compile versions fix by @verbanicm in #271 * fix: compile versions rewrite by @verbanicm in #273 * Update gcloud versions by @google-github-actions-bot in #274 * Update gcloud versions by @google-github-actions-bot in #275 * fix: compile versions workflow creating empty prs by @verbanicm in #277 * Update deps by @sethvargo in #278 **Full Changelog**: v1.1.7...300b01f
1 parent 300b01f commit 3f30b17

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

dist/download-util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Downloads and extracts the tool at the specified URL.
33
*
4-
* @url The URL of the tool to be downloaded.
4+
* @param url The URL of the tool to be downloaded.
55
* @returns The path to the locally extracted tool.
66
*/
77
export declare function downloadAndExtractTool(url: string): Promise<string>;

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export declare function authenticateGcloudSDK(filepath: string): Promise<void>;
100100
/**
101101
* Sets the GCP Project Id in the gcloud config.
102102
*
103-
* @param serviceAccountKey - The service account key used for authentication.
103+
* @param projectId - The project ID to set.
104104
* @returns project ID.
105105
*/
106106
export declare function setProject(projectId: string): Promise<void>;

dist/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41821,7 +41821,7 @@ const index_1 = __nccwpck_require__(6144);
4182141821
/**
4182241822
* Downloads and extracts the tool at the specified URL.
4182341823
*
41824-
* @url The URL of the tool to be downloaded.
41824+
* @param url The URL of the tool to be downloaded.
4182541825
* @returns The path to the locally extracted tool.
4182641826
*/
4182741827
function downloadAndExtractTool(url) {
@@ -42187,7 +42187,7 @@ function authenticateGcloudSDK(filepath) {
4218742187
/**
4218842188
* Sets the GCP Project Id in the gcloud config.
4218942189
*
42190-
* @param serviceAccountKey - The service account key used for authentication.
42190+
* @param projectId - The project ID to set.
4219142191
* @returns project ID.
4219242192
*/
4219342193
function setProject(projectId) {
@@ -44306,7 +44306,7 @@ module.exports = parseParams
4430644306
/***/ ((module) => {
4430744307

4430844308
"use strict";
44309-
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.7","description":"Utilities to download, install, and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint .","format":"eslint --fix","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"node --require ts-node/register --test-reporter spec --test tests/download-util.test.ts tests/format-url.test.ts tests/index.test.ts"},"files":["dist/**/*"],"repository":{"type":"git","url":"git+https://github.com/google-github-actions/setup-cloud-sdk.git"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.10.1","@actions/exec":"^1.1.1","@actions/http-client":"^2.2.1","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.8.3","semver":"^7.6.3"},"devDependencies":{"@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@types/node":"^22.1.0","@types/semver":"^7.5.8","@typescript-eslint/eslint-plugin":"^8.0.0","@vercel/ncc":"^0.38.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.2.1","eslint":"^9.8.0","prettier":"^3.3.3","ts-node":"^10.9.2","typedoc-plugin-markdown":"^4.2.3","typedoc":"^0.26.5","typescript-eslint":"^8.0.0","typescript":"^5.5.4"}}');
44309+
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.8","description":"Utilities to download, install, and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint .","format":"eslint --fix","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"node --require ts-node/register --test-reporter spec --test tests/download-util.test.ts tests/format-url.test.ts tests/index.test.ts"},"files":["dist/**/*"],"repository":{"type":"git","url":"git+https://github.com/google-github-actions/setup-cloud-sdk.git"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.10.1","@actions/exec":"^1.1.1","@actions/http-client":"^2.2.1","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.8.3","semver":"^7.6.3"},"devDependencies":{"@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@types/node":"^22.1.0","@types/semver":"^7.5.8","@typescript-eslint/eslint-plugin":"^8.0.0","@vercel/ncc":"^0.38.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.2.1","eslint":"^9.8.0","prettier":"^3.3.3","ts-node":"^10.9.2","typedoc-plugin-markdown":"^4.2.3","typedoc":"^0.26.5","typescript-eslint":"^8.0.0","typescript":"^5.5.4"}}');
4431044310

4431144311
/***/ })
4431244312

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/setup-cloud-sdk",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Utilities to download, install, and interact with the Cloud SDK for GitHub Actions",
55
"module": "dist/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)