Skip to content

Commit

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

Made with ❤️️ by updatecli

* chore: Bump updatecli version in action.yaml

Made with ❤️️ by updatecli

---------

Co-authored-by: updatecli <updatecli-bot@updatecli.io>
Co-authored-by: updatecli <me@olblak.com>
  • Loading branch information
3 people committed Aug 26, 2024
1 parent d0950eb commit 337e1b3
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.65.0"
uses: "updatecli/updatecli-action@v2.66.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.82.3
default: v0.83.0
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit 337e1b3

Please sign in to comment.