Skip to content

Commit 0418108

Browse files
build(deps): bump updatecli/updatecli-action (#5371)
Bumps the github-actions group with 1 update in the / directory: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action). Updates `updatecli/updatecli-action` from 2.90.0 to 2.91.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@2289ae9...a327da0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francisco Ramon <[email protected]>
1 parent b8d062c commit 0418108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-elastic-stack-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5
3333

3434
- name: Install Updatecli in the runner
35-
uses: updatecli/updatecli-action@2289ae9c945707079a248f5e4f5743a6592429ef # v2.90.0
35+
uses: updatecli/updatecli-action@a327da0e796f543b8fa4706e5ed63014852ead0e # v2.91.0
3636

3737
- name: Run Updatecli in Apply mode
3838
run: updatecli apply --config .ci/bump-elastic-stack-snapshot.yml

.github/workflows/bump-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424

2525
- name: Install Updatecli in the runner
26-
uses: updatecli/updatecli-action@2289ae9c945707079a248f5e4f5743a6592429ef # v2.90.0
26+
uses: updatecli/updatecli-action@a327da0e796f543b8fa4706e5ed63014852ead0e # v2.91.0
2727

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

0 commit comments

Comments
 (0)