Skip to content

Commit

Permalink
Update Auto merged updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Jun 24, 2024
1 parent ec2d550 commit 5c22b31
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "iac",
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/terraform:1.3.6": {
"ghcr.io/devcontainers/features/terraform:1.3.7": {
"version": "1.5.7",
"terragrunt": "0.51.4"
},
"ghcr.io/devcontainers/features/ruby:1.2.1": {
"ghcr.io/devcontainers/features/ruby:1.2.2": {
"version": "3.2.2"
},
"ghcr.io/devcontainers-contrib/features/pre-commit:2.0.17": {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ repos:
hooks:
- id: checkmake
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.6.0
rev: v24.6.1
hooks:
- id: ansible-lint
2 changes: 1 addition & 1 deletion modules/github-automerge/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "6.2.1"
version = "6.2.2"
}
}
}
2 changes: 1 addition & 1 deletion modules/oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "6.2.1"
version = "6.2.2"
}
}
}
2 changes: 1 addition & 1 deletion modules/renovate-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "6.2.1"
version = "6.2.2"
}
}
}

0 comments on commit 5c22b31

Please sign in to comment.