From d256b3c3deed05c73d9a13cc1e32a066d15322bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:19:41 +0200 Subject: [PATCH] Bump the github-actions group across 6 directories with 1 update (#62) Bumps the github-actions group with 1 update in the /oblt-cli/cluster-create-ccs directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Bumps the github-actions group with 1 update in the /oblt-cli/cluster-create-custom directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Bumps the github-actions group with 1 update in the /oblt-cli/cluster-create-serverless directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Bumps the github-actions group with 1 update in the /oblt-cli/cluster-credentials directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Bumps the github-actions group with 1 update in the /oblt-cli/cluster-destroy directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Bumps the github-actions group with 1 update in the /oblt-cli/run directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- oblt-cli/cluster-create-ccs/action.yml | 2 +- oblt-cli/cluster-create-custom/action.yml | 2 +- oblt-cli/cluster-create-serverless/action.yml | 2 +- oblt-cli/cluster-credentials/action.yml | 4 ++-- oblt-cli/cluster-destroy/action.yml | 4 ++-- oblt-cli/run/action.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/oblt-cli/cluster-create-ccs/action.yml b/oblt-cli/cluster-create-ccs/action.yml index c858c154..abaad136 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.9.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.3 with: github-token: ${{ inputs.github-token }} slack-channel: ${{ inputs.slack-channel }} diff --git a/oblt-cli/cluster-create-custom/action.yml b/oblt-cli/cluster-create-custom/action.yml index e7dd0e8b..5a4b91c2 100644 --- a/oblt-cli/cluster-create-custom/action.yml +++ b/oblt-cli/cluster-create-custom/action.yml @@ -97,7 +97,7 @@ runs: core.setOutput('SKIP_RANDOM_NAME', '--skip-random-name') } - - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.3 with: github-token: ${{ inputs.github-token }} slack-channel: ${{ inputs.slack-channel }} diff --git a/oblt-cli/cluster-create-serverless/action.yml b/oblt-cli/cluster-create-serverless/action.yml index 198cb517..a4eb3804 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.9.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.3 with: github-token: ${{ inputs.github-token }} slack-channel: ${{ inputs.slack-channel }} diff --git a/oblt-cli/cluster-credentials/action.yml b/oblt-cli/cluster-credentials/action.yml index ae152fcb..8f87feb5 100644 --- a/oblt-cli/cluster-credentials/action.yml +++ b/oblt-cli/cluster-credentials/action.yml @@ -13,13 +13,13 @@ inputs: runs: using: "composite" steps: - - uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.9.2 + - uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.9.3 id: validation with: cluster-name: ${{ inputs.cluster-name }} cluster-info-file: ${{ inputs.cluster-info-file }} - - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.3 with: github-token: ${{ inputs.github-token }} diff --git a/oblt-cli/cluster-destroy/action.yml b/oblt-cli/cluster-destroy/action.yml index 94beda79..8925e521 100644 --- a/oblt-cli/cluster-destroy/action.yml +++ b/oblt-cli/cluster-destroy/action.yml @@ -17,13 +17,13 @@ inputs: runs: using: "composite" steps: - - uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.9.2 + - uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.9.3 id: validation with: cluster-name: ${{ inputs.cluster-name }} cluster-info-file: ${{ inputs.cluster-info-file }} - - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.3 with: github-token: ${{ inputs.github-token }} username: ${{ inputs.username }} diff --git a/oblt-cli/run/action.yml b/oblt-cli/run/action.yml index c9d7df02..6819539c 100644 --- a/oblt-cli/run/action.yml +++ b/oblt-cli/run/action.yml @@ -18,7 +18,7 @@ inputs: runs: using: "composite" steps: - - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.9.3 with: github-token: ${{ inputs.github-token }} slack-channel: ${{ inputs.slack-channel }}