We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4f7d56 + 45cae24 commit 3a4c87aCopy full SHA for 3a4c87a
.github/workflows/_containerTemplate.yml
@@ -83,7 +83,7 @@ jobs:
83
# Extract Metadata (tags, labels)
84
- name: Extract Metadata
85
id: metadata
86
- uses: docker/metadata-action@v5.4.0
+ uses: docker/metadata-action@v5.5.0
87
with:
88
context: workflow
89
images: |
code/infra/terraform.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
azurerm = {
6
source = "hashicorp/azurerm"
7
- version = "3.85.0"
+ version = "3.86.0"
8
}
9
azapi = {
10
source = "azure/azapi"
requirements.txt
@@ -1,3 +1,3 @@
1
pre-commit~=3.6.0
2
-pytest~=7.4.3
+pytest~=7.4.4
3
httpx~=0.26.0
0 commit comments