Skip to content

Commit

Permalink
chore: deps: bump updatecli version in tests/main.test.js to v0.93.1
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Feb 4, 2025
1 parent 88d802b commit ab25ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab25ac9

Please sign in to comment.