Skip to content

Commit 5e618c7

Browse files
updateclibot[bot]updatecli
andauthored
deps: bump updatecli version (#877)
* chore: deps: update Updatecli used by Github Action to v2.79.0 Made with ❤️️ by updatecli * chore: deps: bump updatecli version in tests/main.test.js to v0.95.1 Made with ❤️️ by updatecli * chore: deps: bump updatecli version in src/main.js to v0.95.1 Made with ❤️️ by updatecli * chore: chore: rebuild the dist directory Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <[email protected]>
1 parent b0d4fd8 commit 5e618c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 20
2828
cache: npm
2929
- name: "Setup updatecli"
30-
uses: "updatecli/updatecli-action@v2.78.1"
30+
uses: "updatecli/updatecli-action@v2.79.0"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:

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

2525
const originalPlatform = process.platform

0 commit comments

Comments
 (0)