Skip to content

Commit fb02bdc

Browse files
authored
deps: bump to Updatecli 0.88.1 (#843)
Signed-off-by: Olivier Vernin <me@olblak.com>
1 parent 74d9cb3 commit fb02bdc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

2525
const originalPlatform = process.platform

0 commit comments

Comments
 (0)