Skip to content

Commit

Permalink
deps(github-actions): bump updatecli version
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 25, 2025
1 parent 847b3f9 commit e86333f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0

- name: Run Updatecli in Apply mode
run: updatecli apply --config .ci/bump-elastic-stack-snapshot.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0

- name: Run Updatecli in Apply mode
run: updatecli apply --config .ci/bump-golang.yml
Expand Down

0 comments on commit e86333f

Please sign in to comment.