From bd74277d30cc19e85cc4530a2ce9409a452f5e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:58:50 +0100 Subject: [PATCH] build(deps): bump the github-actions group across 6 directories with 2 updates (#189) 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). Bumps the github-actions group with 1 update in the /updatecli/install directory: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action). Updates `elastic/oblt-actions` from 1.23.2 to 1.23.5 - [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.23.2...v1.23.5) Updates `elastic/oblt-actions` from 1.23.2 to 1.23.5 - [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.23.2...v1.23.5) Updates `elastic/oblt-actions` from 1.23.2 to 1.23.5 - [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.23.2...v1.23.5) Updates `elastic/oblt-actions` from 1.23.2 to 1.23.5 - [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.23.2...v1.23.5) Updates `elastic/oblt-actions` from 1.23.2 to 1.23.5 - [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.23.2...v1.23.5) Updates `updatecli/updatecli-action` from 2.71.0 to 2.73.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/cb631ef5547ed05db3db64bb2ad42a6cc36e3097...11d8c3e7c4dbb188d9534e599db759e418911828) --- 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: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor 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-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 +- updatecli/install/action.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/oblt-cli/cluster-create-custom/action.yml b/oblt-cli/cluster-create-custom/action.yml index 0d80ab5c..bddc4806 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.23.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.5 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 77f30214..7019eb11 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.23.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.5 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 1edfeed0..1e545d06 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.23.2 + - uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.23.5 id: validation with: cluster-name: ${{ inputs.cluster-name }} cluster-info-file: ${{ inputs.cluster-info-file }} - - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.5 with: github-token: ${{ inputs.github-token }} diff --git a/oblt-cli/cluster-destroy/action.yml b/oblt-cli/cluster-destroy/action.yml index bc2ab79b..02902e78 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.23.2 + - uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.23.5 id: validation with: cluster-name: ${{ inputs.cluster-name }} cluster-info-file: ${{ inputs.cluster-info-file }} - - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.5 with: github-token: ${{ inputs.github-token }} username: ${{ inputs.username }} diff --git a/oblt-cli/run/action.yml b/oblt-cli/run/action.yml index 80e22205..0a689932 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.23.2 + - uses: elastic/oblt-actions/oblt-cli/setup@v1.23.5 with: github-token: ${{ inputs.github-token }} slack-channel: ${{ inputs.slack-channel }} diff --git a/updatecli/install/action.yml b/updatecli/install/action.yml index ff0c3b83..d6630829 100644 --- a/updatecli/install/action.yml +++ b/updatecli/install/action.yml @@ -35,7 +35,7 @@ runs: VERSION_FILE: ${{ inputs.version-file }} - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@cb631ef5547ed05db3db64bb2ad42a6cc36e3097 # v2.71.0 + uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # v2.73.0 with: version: "${{ steps.set-version.outputs.version }}" version-file: "${{ steps.set-version.outputs.version_file }}"