Bump to the latest actions-utils to fix the gen-readme bug

This commit is contained in:
Seth Vargo 2025-08-24 21:14:05 -04:00
parent ed8ba68de5
commit 328fc3d6b1
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View file

@ -11,8 +11,8 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2",
"@google-github-actions/actions-utils": "^0.8.9",
"@google-github-actions/setup-cloud-sdk": "^1.2.2"
"@google-github-actions/actions-utils": "^0.8.10",
"@google-github-actions/setup-cloud-sdk": "^1.2.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
@ -233,9 +233,9 @@
}
},
"node_modules/@google-github-actions/actions-utils": {
"version": "0.8.9",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.8.9.tgz",
"integrity": "sha512-2bCdbHpUHK3WIxVkNCfYyPDH9MgDHFhw5kuUuM/TKJFwxSJnGfVKoukeAd5DmTV+CL59mzbSR3PKwAnGJi8yOQ==",
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.8.10.tgz",
"integrity": "sha512-NLmKwQgPj0cQyDjbtQIGUYBdPtFIywLbH10RPRuhF6tO7qlO19N76SsaDEiZ7iKlXA9Yfj8TS3lK6wfdJyE+hw==",
"license": "Apache-2.0",
"dependencies": {
"yaml": "^2.8.1"
@ -249,16 +249,16 @@
}
},
"node_modules/@google-github-actions/setup-cloud-sdk": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@google-github-actions/setup-cloud-sdk/-/setup-cloud-sdk-1.2.2.tgz",
"integrity": "sha512-DZej1s6TLWGsW4dBa4g2sVUnqLEfwrXVQYgsIAQU7oGgpqI6k86ZU5q0yWb2riHIi6vaGsWFQoUznI+ruaqkEw==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@google-github-actions/setup-cloud-sdk/-/setup-cloud-sdk-1.2.3.tgz",
"integrity": "sha512-6k+yIVvxqkp21LMaxytVvIrnyvvLBH5ezKePkIxoFBvcKIOTTpf7L5B5KlMBUHzyjTsNIohtu5iHg+AEBAD8ug==",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.2.3",
"@actions/tool-cache": "^2.0.2",
"@google-github-actions/actions-utils": "^0.8.9",
"@google-github-actions/actions-utils": "^0.8.10",
"semver": "^7.7.2"
},
"engines": {

View file

@ -32,8 +32,8 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2",
"@google-github-actions/actions-utils": "^0.8.9",
"@google-github-actions/setup-cloud-sdk": "^1.2.2"
"@google-github-actions/actions-utils": "^0.8.10",
"@google-github-actions/setup-cloud-sdk": "^1.2.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",