diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 38defd2a..080f4e38 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@v2.59.0" + uses: "updatecli/updatecli-action@v2.60.0" - name: "Run updatecli in dryrun" run: "updatecli compose diff" env: diff --git a/action.yaml b/action.yaml index 905b1191..d339f105 100644 --- a/action.yaml +++ b/action.yaml @@ -9,7 +9,7 @@ inputs: version: description: 'Specify Updatecli version to use. Accepted values are any Updatecli version' required: false - default: v0.79.0 + default: v0.79.1 runs: using: 'node20' main: 'dist/index.js'