From 507c75f1256c27aa288a40019ffae7dcf792f754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 22:12:54 +0000 Subject: [PATCH] build(deps): bump elastic/oblt-actions 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-serverless/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oblt-cli/cluster-create-serverless/action.yml b/oblt-cli/cluster-create-serverless/action.yml index ccf83777..6ca0b34c 100644 --- a/oblt-cli/cluster-create-serverless/action.yml +++ b/oblt-cli/cluster-create-serverless/action.yml @@ -80,7 +80,7 @@ runs: target: ${{ inputs.target }} project_type: ${{ inputs.project-type }} - - 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 }}