Skip to content

Commit 60fe3d8

Browse files
Release: v1.1.3 (#215)
## What's Changed * dependabot: only do security updates by @sethvargo in #184 * update all deps by @sethvargo in #185 * compile versions using the API by @sethvargo in #194 * Specify go version by @sethvargo in #195 * Update compile-versions.yml by @sethvargo in #196 * chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #208 * chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 by @dependabot in #211 * Update deps to Node 20 by @sethvargo in #213 **Full Changelog**: v1.1.2...0fae552
1 parent 0fae552 commit 60fe3d8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43831,7 +43831,7 @@ module.exports = require("zlib");
4383143831
/***/ ((module) => {
4383243832

4383343833
"use strict";
43834-
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.2","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":"prettier --write **/*.ts","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"mocha -r ts-node/register -t 600s \'tests/*.ts\' --exit"},"files":["dist/**/*"],"repository":{"type":"git","url":"https://github.com/google-github-actions/setup-cloud-sdk"},"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.4.9","semver":"^7.5.4"},"devDependencies":{"@types/chai":"^4.3.x","@types/mocha":"^10.0.4","@types/node":"^20.8.10","@types/sinon":"^17.0.0","@typescript-eslint/eslint-plugin":"^6.10.0","@typescript-eslint/parser":"^6.10.0","@vercel/ncc":"^0.38.1","chai":"^4.3.x","eslint":"^8.53.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.1","mocha":"^10.2.0","prettier":"^3.0.3","sinon":"^17.0.1","ts-node":"^10.9.1","typedoc":"^0.25.3","typedoc-plugin-markdown":"^3.17.1","typescript":"^5.2.2"}}');
43834+
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":"prettier --write **/*.ts","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"mocha -r ts-node/register -t 600s \'tests/*.ts\' --exit"},"files":["dist/**/*"],"repository":{"type":"git","url":"https://github.com/google-github-actions/setup-cloud-sdk"},"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.4.9","semver":"^7.5.4"},"devDependencies":{"@types/chai":"^4.3.x","@types/mocha":"^10.0.4","@types/node":"^20.8.10","@types/sinon":"^17.0.0","@typescript-eslint/eslint-plugin":"^6.10.0","@typescript-eslint/parser":"^6.10.0","@vercel/ncc":"^0.38.1","chai":"^4.3.x","eslint":"^8.53.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.1","mocha":"^10.2.0","prettier":"^3.0.3","sinon":"^17.0.1","ts-node":"^10.9.1","typedoc":"^0.25.3","typedoc-plugin-markdown":"^3.17.1","typescript":"^5.2.2"}}');
4383543835

4383643836
/***/ })
4383743837

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