Skip to content

Commit

Permalink
fix: updated azuread versions & dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanishdrove committed Sep 12, 2024
1 parent a3a22db commit f3e4eda
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'basic / Check code format'
tfcheck: 'complete-example / Check code format'
...
2 changes: 1 addition & 1 deletion examples/basic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.47.0"
version = "~> 2.53.1"
}

}
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.47.0"
version = "~> 2.53.1"
}

}
Expand Down
2 changes: 1 addition & 1 deletion examples/pgsql-public/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.47.0"
version = "~> 2.53.1"
}

}
Expand Down
2 changes: 1 addition & 1 deletion examples/pgsql-server-replication/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.47.0"
version = "~> 2.53.1"
}

}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.47.0"
version = "~> 2.53.1"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit f3e4eda

Please sign in to comment.