Skip to content

Commit

Permalink
deps: bump Updatecli GitHub action to v2.74.0 (#1999)
Browse files Browse the repository at this point in the history
* chore: deps: update Updatecli used by Github Action to v0.90.0

Made with ❤️️ by updatecli

* chore: deps: update Updatecli used by Github Action to v2.74.0

Made with ❤️️ by updatecli

---------

Co-authored-by: updatecli-bot <[email protected]>
  • Loading branch information
updateclibot[bot] and updatecli-bot authored Dec 20, 2024
1 parent 2843567 commit aa1a498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install Updatecli"
uses: "updatecli/updatecli-action@v2.73.0"
uses: "updatecli/updatecli-action@v2.74.0"
with:
version: "v0.89.0"
version: "v0.90.0"
# releasepost is required by the Updatecli
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
- name: "Install Releasepost"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install Updatecli"
uses: "updatecli/updatecli-action@v2.73.0"
uses: "updatecli/updatecli-action@v2.74.0"
with:
version: "v0.89.0"
version: "v0.90.0"
- name: "Run updatecli in dryrun"
run: "updatecli compose diff"
env:
Expand Down

0 comments on commit aa1a498

Please sign in to comment.