Skip to content

Commit d1994b3

Browse files
authored
Merge branch 'main' into dependabot/terraform/code/infra/hashicorp/azurerm-3.79.0
2 parents c234b60 + d1bdf8d commit d1994b3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/_terraformApplyTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Setup Terraform
6363
- name: Setup Terraform
6464
id: terraform_setup
65-
uses: hashicorp/setup-terraform@v2
65+
uses: hashicorp/setup-terraform@v3
6666
with:
6767
terraform_version: ${{ inputs.terraform_version }}
6868
terraform_wrapper: true

.github/workflows/_terraformLintTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Setup Terraform
2626
- name: Setup Terraform
2727
id: terraform_setup
28-
uses: hashicorp/setup-terraform@v2
28+
uses: hashicorp/setup-terraform@v3
2929
with:
3030
terraform_version: ${{ inputs.terraform_version }}
3131
terraform_wrapper: true

.github/workflows/_terraformPlanTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Setup Terraform
6464
- name: Setup Terraform
6565
id: terraform_setup
66-
uses: hashicorp/setup-terraform@v2
66+
uses: hashicorp/setup-terraform@v3
6767
with:
6868
terraform_version: ${{ inputs.terraform_version }}
6969
terraform_wrapper: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup Terraform
2424
- name: Setup Terraform
2525
id: terraform_setup
26-
uses: hashicorp/setup-terraform@v2
26+
uses: hashicorp/setup-terraform@v3
2727
with:
2828
terraform_version: "1.4.6"
2929
terraform_wrapper: true

code/function/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# azure-identity~=1.13.0
66
azure-functions~=1.17.0
7-
fastapi~=0.104.0
7+
fastapi~=0.104.1
88
pydantic-settings~=2.0.3
99
aiohttp~=3.8.6
1010
opentelemetry-instrumentation-fastapi==0.41b0

code/infra/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
azapi = {
1010
source = "azure/azapi"
11-
version = "1.9.0"
11+
version = "1.10.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)