Skip to content

Commit

Permalink
build(deps): bump the github-actions group across 6 directories with …
Browse files Browse the repository at this point in the history
…1 update (#145)

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.17.0 to 1.20.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](v1.17.0...v1.20.0)

Updates `elastic/oblt-actions` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](v1.17.0...v1.20.0)

Updates `elastic/oblt-actions` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](v1.17.0...v1.20.0)

Updates `elastic/oblt-actions` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](v1.17.0...v1.20.0)

Updates `elastic/oblt-actions` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](v1.17.0...v1.20.0)

Updates `elastic/oblt-actions` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](v1.17.0...v1.20.0)

---
updated-dependencies:
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 9780588 commit 13aeb42
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion oblt-cli/cluster-create-ccs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
}
- uses: elastic/oblt-actions/oblt-cli/setup@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.20.0
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down
2 changes: 1 addition & 1 deletion oblt-cli/cluster-create-custom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
core.setOutput('SKIP_RANDOM_NAME', '--skip-random-name')
}
- uses: elastic/oblt-actions/oblt-cli/setup@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.20.0
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down
2 changes: 1 addition & 1 deletion oblt-cli/cluster-create-serverless/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
target: ${{ inputs.target }}
project_type: ${{ inputs.project-type }}

- uses: elastic/oblt-actions/oblt-cli/setup@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.20.0
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down
4 changes: 2 additions & 2 deletions oblt-cli/cluster-credentials/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ inputs:
runs:
using: "composite"
steps:
- uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.20.0
id: validation
with:
cluster-name: ${{ inputs.cluster-name }}
cluster-info-file: ${{ inputs.cluster-info-file }}

- uses: elastic/oblt-actions/oblt-cli/setup@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.20.0
with:
github-token: ${{ inputs.github-token }}

Expand Down
4 changes: 2 additions & 2 deletions oblt-cli/cluster-destroy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ inputs:
runs:
using: "composite"
steps:
- uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/cluster-name-validation@v1.20.0
id: validation
with:
cluster-name: ${{ inputs.cluster-name }}
cluster-info-file: ${{ inputs.cluster-info-file }}

- uses: elastic/oblt-actions/oblt-cli/setup@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.20.0
with:
github-token: ${{ inputs.github-token }}
username: ${{ inputs.username }}
Expand Down
2 changes: 1 addition & 1 deletion oblt-cli/run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: elastic/oblt-actions/oblt-cli/setup@v1.17.0
- uses: elastic/oblt-actions/oblt-cli/setup@v1.20.0
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down

0 comments on commit 13aeb42

Please sign in to comment.