Skip to content

Commit 6b351db

Browse files
Release: v1.1.4 (#229)
## What's Changed * Fix npm url by @sethvargo in #216 * Update gcloud versions by @google-github-actions-bot in #217 * Update gcloud versions by @google-github-actions-bot in #218 * Add CI for release branches by @sethvargo in #219 * Update gcloud versions by @google-github-actions-bot in #220 * Update gcloud versions by @google-github-actions-bot in #221 * chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #222 * Update gcloud versions by @google-github-actions-bot in #223 * Update gcloud versions by @google-github-actions-bot in #224 * Update gcloud versions by @google-github-actions-bot in #225 * Update gcloud versions by @google-github-actions-bot in #226 * Update deps by @sethvargo in #227 * Update deps by @sethvargo in #228 **Full Changelog**: v1.1.3...f59333b
1 parent f59333b commit 6b351db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44653,7 +44653,7 @@ module.exports = parseParams
4465344653
/***/ ((module) => {
4465444654

4465544655
"use strict";
44656-
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"}}');
44656+
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"}}');
4465744657

4465844658
/***/ })
4465944659

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.3",
3+
"version": "1.1.4",
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)