From 6b351db9b26eefeb9300351d14cb2aa847b77555 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:13:26 -0500 Subject: [PATCH] Release: v1.1.4 (#229) ## What's Changed * Fix npm url by @sethvargo in https://github.com/google-github-actions/setup-cloud-sdk/pull/216 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/217 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/218 * Add CI for release branches by @sethvargo in https://github.com/google-github-actions/setup-cloud-sdk/pull/219 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/220 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/221 * chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/google-github-actions/setup-cloud-sdk/pull/222 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/223 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/224 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/225 * Update gcloud versions by @google-github-actions-bot in https://github.com/google-github-actions/setup-cloud-sdk/pull/226 * Update deps by @sethvargo in https://github.com/google-github-actions/setup-cloud-sdk/pull/227 * Update deps by @sethvargo in https://github.com/google-github-actions/setup-cloud-sdk/pull/228 **Full Changelog**: https://github.com/google-github-actions/setup-cloud-sdk/compare/v1.1.3...f59333b2c9ddff2302b78e8da80077feadb6a968 --- dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 3a09e25..2f2d0d1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -44653,7 +44653,7 @@ module.exports = parseParams /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.3","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 . --ext .ts,.tsx","format":"eslint . --ext .ts,.tsx --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.0","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.7.0","semver":"^7.5.4"},"devDependencies":{"@types/node":"^20.11.5","@typescript-eslint/eslint-plugin":"^6.19.1","@typescript-eslint/parser":"^6.19.1","@vercel/ncc":"^0.38.1","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","prettier":"^3.2.4","ts-node":"^10.9.2","typedoc":"^0.25.7","typedoc-plugin-markdown":"^3.17.1","typescript":"^5.3.3"}}'); +module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.4","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 . --ext .ts,.tsx","format":"eslint . --ext .ts,.tsx --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.0","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.7.0","semver":"^7.5.4"},"devDependencies":{"@types/node":"^20.11.5","@typescript-eslint/eslint-plugin":"^6.19.1","@typescript-eslint/parser":"^6.19.1","@vercel/ncc":"^0.38.1","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","prettier":"^3.2.4","ts-node":"^10.9.2","typedoc":"^0.25.7","typedoc-plugin-markdown":"^3.17.1","typescript":"^5.3.3"}}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index 1830aa6..c8bf171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/setup-cloud-sdk", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-github-actions/setup-cloud-sdk", - "version": "1.1.3", + "version": "1.1.4", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index aea70c6..1f75e2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-github-actions/setup-cloud-sdk", - "version": "1.1.3", + "version": "1.1.4", "description": "Utilities to download, install and interact with the Cloud SDK for GitHub Actions", "module": "dist/index.js", "main": "dist/index.js",