Skip to content

Commit 1e7fcb1

Browse files
Bump updatecli version to v0.90.0 (#852)
* chore: Bump updatecli version in src/main.js Made with ❤️️ by updatecli * chore: Bump updatecli version in tests/main.test.js Made with ❤️️ by updatecli * chore: update dist Signed-off-by: Olivier Vernin <[email protected]> --------- Signed-off-by: Olivier Vernin <[email protected]> Co-authored-by: updatecli <[email protected]>
1 parent 09569be commit 1e7fcb1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import exec from '@actions/exec'
44
import path from 'node:path'
55
import fs from 'node:fs'
66

7-
const DEFAULT_VERSION = `v0.89.0`
7+
const DEFAULT_VERSION = `v0.90.0`
88

99
// get the Updatecli version from the action inputs
1010
export async function getUpdatecliVersion() {

tests/main.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const temporaryPath = path.join(directory, 'TEMP')
1919
process.env['RUNNER_TEMP'] = temporaryPath
2020
process.env['RUNNER_TOOL_CACHE'] = cachePath
2121

22-
const DEFAULT_VERSION = `v0.89.0`
22+
const DEFAULT_VERSION = `v0.90.0`
2323
const versionWithoutV = DEFAULT_VERSION.slice(1)
2424

2525
const originalPlatform = process.platform

0 commit comments

Comments
 (0)