Skip to content

Commit

Permalink
chore(deps): update minor-grouped
Browse files Browse the repository at this point in the history
| datasource         | package                           | from    | to      |
| ------------------ | --------------------------------- | ------- | ------- |
| github-tags        | antonbabenko/pre-commit-terraform | v1.95.0 | v1.96.1 |
| terraform-provider | hashicorp/aws                     | 5.67.0  | 5.68.0  |
| github-tags        | camunda/infraex-common-config     | 1.1.0   | 1.2.2   |
| github-tags        | renovatebot/pre-commit-hooks      | 38.80.0 | 38.93.6 |
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 53771be commit ac10b26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@029c5179173d1a31561827c078cdc2dee9faf8db # 1.1.0
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2
secrets: inherit
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.95.0
rev: v1.96.1
hooks:
- id: terraform_fmt
- id: terraform_tflint
Expand All @@ -23,7 +23,7 @@ repos:
- id: shellcheck
args: [--external-sources, --source-path, .github/workflows/scripts, '--exclude=SC2154,SC2034,SC1091']
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.80.0
rev: 38.93.6
hooks:
- id: renovate-config-validator
args: [--strict]
Expand Down
2 changes: 1 addition & 1 deletion aws/ec2/terraform/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.67.0"
version = "5.68.0"
}
}
}
Expand Down

0 comments on commit ac10b26

Please sign in to comment.