Skip to content

Commit

Permalink
chore(deps): update camunda/camunda-tf-eks-module action to v3 (#180)
Browse files Browse the repository at this point in the history
| datasource  | package                       | from  | to    |
| ----------- | ----------------------------- | ----- | ----- |
| github-tags | camunda/camunda-tf-eks-module | 2.6.0 | 3.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 0274217 commit db0f7e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/aurora-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
id: utility
# see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet
# steps.uses cannot access the github context.
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@55a6f6a6cb0e8950c6cbd67d1462601e81630cd2 # 2.6.0
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@f4b64f4242f6388c5178534680bab27e9f36c35f # 3.0.0
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/eks-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
# see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet
# steps.uses cannot access the github context.
# uses: ${{ github.action_repository }}/utility-action@${{ github.action_ref }}
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@55a6f6a6cb0e8950c6cbd67d1462601e81630cd2 # 2.6.0
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@f4b64f4242f6388c5178534680bab27e9f36c35f # 3.0.0
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/opensearch-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
steps:
- name: Use Utility Actions
id: utility
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@55a6f6a6cb0e8950c6cbd67d1462601e81630cd2 # 2.6.0
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@f4b64f4242f6388c5178534680bab27e9f36c35f # 3.0.0
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.tf-terraform-version }}
Expand Down

0 comments on commit db0f7e8

Please sign in to comment.