From 88088dec835bed1cacf02bdd1b68138e90147b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 22:12:52 +0000 Subject: [PATCH] build(deps): bump elastic/oblt-actions in /oblt-cli/cluster-create-ccs Bumps [elastic/oblt-actions](https://github.com/elastic/oblt-actions) from 1.11.1 to 1.12.0. - [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.11.1...v1.12.0) --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- oblt-cli/cluster-create-ccs/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oblt-cli/cluster-create-ccs/action.yml b/oblt-cli/cluster-create-ccs/action.yml index fca439b6..420efcea 100644 --- a/oblt-cli/cluster-create-ccs/action.yml +++ b/oblt-cli/cluster-create-ccs/action.yml @@ -94,7 +94,7 @@ runs: } - - uses: elastic/oblt-actions/oblt-cli/setup@v1.11.1 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.12.0 with: github-token: ${{ inputs.github-token }} slack-channel: ${{ inputs.slack-channel }}