Skip to content

Commit

Permalink
Bump updatecli version to v0.85.0 (#558)
Browse files Browse the repository at this point in the history
* chore: deps: update Updatecli used by Github Action to v2.68.0

Made with ❤️️ by updatecli

* chore: Bump updatecli version in action.yaml

Made with ❤️️ by updatecli

---------

Co-authored-by: updatecli <[email protected]>
Co-authored-by: updatecli <[email protected]>
Co-authored-by: Olivier Vernin <[email protected]>
  • Loading branch information
4 people authored Oct 7, 2024
1 parent 5591328 commit c29dd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@v2.67.0"
uses: "updatecli/updatecli-action@v2.68.0"
- name: "Run updatecli in dryrun"
run: "updatecli compose diff"
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
version:
description: 'Specify Updatecli version to use. Accepted values are any Updatecli version'
required: false
default: v0.84.1
default: v0.85.0
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit c29dd12

Please sign in to comment.