Skip to content

Commit

Permalink
Bump updatecli version to v0.82.1 (#541)
Browse files Browse the repository at this point in the history
* chore: deps: update Updatecli used by Github Action to v2.65.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: github-actions <[email protected]>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent a0c478c commit 9756a22
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.64.0"
uses: "updatecli/updatecli-action@v2.65.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.0
default: v0.82.1
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit 9756a22

Please sign in to comment.