Skip to content

Commit 1536e37

Browse files
deps: update updatecli version to v0.102.0 (#902)
* chore: deps: bump updatecli version in src/main.js to v0.102.0 Made with ❤️️ by updatecli * chore: deps: bump updatecli version in tests/main.test.js to v0.102.0 Made with ❤️️ by updatecli * chore: chore: rebuild the dist directory Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 07215da commit 1536e37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.js

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

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/main.js

Lines changed: 1 addition & 1 deletion
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.101.0`
7+
const DEFAULT_VERSION = `v0.102.0`
88

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

tests/main.test.js

Lines changed: 1 addition & 1 deletion
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.101.0`
22+
const DEFAULT_VERSION = `v0.102.0`
2323
const versionWithoutV = DEFAULT_VERSION.slice(1)
2424

2525
const originalPlatform = process.platform

0 commit comments

Comments
 (0)