Skip to content

Commit

Permalink
Bump updatecli version to v0.78.0 (#519)
Browse files Browse the repository at this point in the history
* chore: deps: update Updatecli used by Github Action to v2.58.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 May 27, 2024
1 parent fa41baa commit 4922d58
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.57.0"
uses: "updatecli/updatecli-action@v2.58.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.77.0
default: v0.78.0
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit 4922d58

Please sign in to comment.