From ab25ac9afd01a5d4c509e78882257a10be36e5b2 Mon Sep 17 00:00:00 2001 From: updatecli < updatecli-bot@updatecli.io> Date: Tue, 4 Feb 2025 08:29:52 +0000 Subject: [PATCH] chore: deps: bump updatecli version in tests/main.test.js to v0.93.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- tests/main.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.test.js b/tests/main.test.js index 25c778d6..c965de3a 100644 --- a/tests/main.test.js +++ b/tests/main.test.js @@ -19,7 +19,7 @@ const temporaryPath = path.join(directory, 'TEMP') process.env['RUNNER_TEMP'] = temporaryPath process.env['RUNNER_TOOL_CACHE'] = cachePath -const DEFAULT_VERSION = `v0.93.0` +const DEFAULT_VERSION = `v0.93.1` const versionWithoutV = DEFAULT_VERSION.slice(1) const originalPlatform = process.platform