Skip to content

Commit f845dea

Browse files
Merge pull request #181 from step-security/auto-cherry-pick
chore: Cherry-picked changes from upstream
2 parents fdd4bda + b28d7b9 commit f845dea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32483,7 +32483,7 @@ var semverExports = requireSemver();
3248332483
const toolName = 'vals';
3248432484
const githubRepository = 'helmfile/vals';
3248532485
// renovate: github=helmfile/vals
32486-
const defaultVersion = 'v0.42.1';
32486+
const defaultVersion = 'v0.42.2';
3248732487
function binaryName(version, os, arch) {
3248832488
version = semverExports.clean(version) || version;
3248932489
return `${toolName}_${version}_${os}_${arch}.tar.gz`;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const toolName = 'vals'
55
export const githubRepository = 'helmfile/vals'
66

77
// renovate: github=helmfile/vals
8-
export const defaultVersion = 'v0.42.1'
8+
export const defaultVersion = 'v0.42.2'
99

1010
export function binaryName(version: string, os: string, arch: string): string {
1111
version = clean(version) || version

0 commit comments

Comments
 (0)