-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deps: update Updatecli used by Github Action to v0.91.0
Made with ❤️️ by updatecli
- Loading branch information
updatecli-bot
committed
Dec 24, 2024
1 parent
5135204
commit f629b0b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: "Install Updatecli" | ||
uses: "updatecli/[email protected]" | ||
with: | ||
version: "v0.90.0" | ||
version: "v0.91.0" | ||
# releasepost is required by the Updatecli | ||
# * policy ghcr.io/updatecli/policies/releasepost/releasepost | ||
- name: "Install Releasepost" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: "Install Updatecli" | ||
uses: "updatecli/[email protected]" | ||
with: | ||
version: "v0.90.0" | ||
version: "v0.91.0" | ||
- name: "Run updatecli in dryrun" | ||
run: "updatecli compose diff" | ||
env: | ||
|