From d2a37814c986182ab490f354021c86ba3db3babe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:23:20 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action 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.77.0 to 2.78.1 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4...d2e5d2667ba67a8599e636531baef731f54858bc) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-elastic-stack-snapshot.yml | 2 +- .github/workflows/bump-golang.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-elastic-stack-snapshot.yml b/.github/workflows/bump-elastic-stack-snapshot.yml index 367b32251..b827f0efa 100644 --- a/.github/workflows/bump-elastic-stack-snapshot.yml +++ b/.github/workflows/bump-elastic-stack-snapshot.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0 + uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/bump-elastic-stack-snapshot.yml diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index b33383a65..224c3a57e 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0 + uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/bump-golang.yml