mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +00:00
chore: bump gha-utils from 0.3.0 to 0.4.0
Bumps [gha-utils](https://github.com/threeal/gha-utils) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/threeal/gha-utils/releases) - [Commits](https://github.com/threeal/gha-utils/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: gha-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
e683da7ee1
commit
6d6aabbbc6
3
dist/action.mjs
generated
vendored
3
dist/action.mjs
generated
vendored
@ -5,6 +5,7 @@ import path from 'node:path';
|
|||||||
import { execFileSync } from 'node:child_process';
|
import { execFileSync } from 'node:child_process';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @internal
|
||||||
* Retrieves the value of an environment variable.
|
* Retrieves the value of an environment variable.
|
||||||
*
|
*
|
||||||
* @param name - The name of the environment variable.
|
* @param name - The name of the environment variable.
|
||||||
@ -25,7 +26,7 @@ function mustGetEnvironment(name) {
|
|||||||
* @returns The value of the GitHub Actions input, or an empty string if not found.
|
* @returns The value of the GitHub Actions input, or an empty string if not found.
|
||||||
*/
|
*/
|
||||||
function getInput(name) {
|
function getInput(name) {
|
||||||
const value = process.env[`INPUT_${name.toUpperCase()}`] || "";
|
const value = process.env[`INPUT_${name.toUpperCase()}`] ?? "";
|
||||||
return value.trim();
|
return value.trim();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gha-utils": "^0.3.0"
|
"gha-utils": "^0.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.10.0",
|
"@eslint/js": "^9.10.0",
|
||||||
|
10
yarn.lock
generated
10
yarn.lock
generated
@ -2378,10 +2378,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"gha-utils@npm:^0.3.0":
|
"gha-utils@npm:^0.4.0":
|
||||||
version: 0.3.0
|
version: 0.4.0
|
||||||
resolution: "gha-utils@npm:0.3.0"
|
resolution: "gha-utils@npm:0.4.0"
|
||||||
checksum: 10c0/f8fe13abc48640d60072518260c8e6d5fb695e933c3ef2e16970838d3676254d21ed239e4267ae65f83dc5c167a1bd97959005b713217ead7bf8873e79b2343b
|
checksum: 10c0/8ea206e160ee8f67eb1aa2422bfe07d67f609fa294447da1a39d5ce1fc677fd1f5d44386a04aa6d0304f042cf8c430553cd13a7df6e2dabbe07932f5738bb29a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -4110,7 +4110,7 @@ __metadata:
|
|||||||
"@types/jest": "npm:^29.5.13"
|
"@types/jest": "npm:^29.5.13"
|
||||||
"@types/node": "npm:^22.5.5"
|
"@types/node": "npm:^22.5.5"
|
||||||
eslint: "npm:^9.10.0"
|
eslint: "npm:^9.10.0"
|
||||||
gha-utils: "npm:^0.3.0"
|
gha-utils: "npm:^0.4.0"
|
||||||
jest: "npm:^29.7.0"
|
jest: "npm:^29.7.0"
|
||||||
prettier: "npm:^3.3.3"
|
prettier: "npm:^3.3.3"
|
||||||
rollup: "npm:^4.21.3"
|
rollup: "npm:^4.21.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user