From d8d8a73373954faa5b0942640af077255e77e569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:06:11 +0000 Subject: [PATCH] chore(deps): bump elastic/oblt-actions from 1 to 1.39.7 Bumps [elastic/oblt-actions](https://github.com/elastic/oblt-actions) from 1 to 1.39.7. - [Release notes](https://github.com/elastic/oblt-actions/releases) - [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md) - [Commits](https://github.com/elastic/oblt-actions/compare/v1...v1.39.7) --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-version: 1.39.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/updatecli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 77b60d84e..5ab181e56 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -34,7 +34,7 @@ jobs: edot-cloud-forwarder-azure edot-cloud-forwarder-gcp - - uses: elastic/oblt-actions/updatecli/run@v1 + - uses: elastic/oblt-actions/updatecli/run@v1.39.7 with: command: apply --config .github/updatecli/updatecli.d/versions.yml --values .github/updatecli/values.d/scm.yml version-file: .updatecli-version @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ steps.get_token.outputs.token }} - if: ${{ failure() }} - uses: elastic/oblt-actions/slack/send@v1 + uses: elastic/oblt-actions/slack/send@v1.39.7 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#docs-team"