Skip to content

Commit 7c525cd

Browse files
updateclibot[bot]updatecli
andauthored
deps: bump updatecli version (#871)
* chore: deps: bump updatecli version in tests/main.test.js to v0.94.0 Made with ❤️️ by updatecli * chore: deps: bump updatecli version in src/main.js to v0.94.0 Made with ❤️️ by updatecli * chore: chore: rebuild the dist directory Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <updatecli-bot@updatecli.io>
1 parent 4aa86f0 commit 7c525cd

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.93.1`
7+
const DEFAULT_VERSION = `v0.94.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.93.1`
22+
const DEFAULT_VERSION = `v0.94.0`
2323
const versionWithoutV = DEFAULT_VERSION.slice(1)
2424

2525
const originalPlatform = process.platform

0 commit comments

Comments
 (0)