Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent ad0e610 commit 727b7b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: hashicorp/setup-terraform@v3
env:
# renovate: datasource=docker depName=hashicorp/terraform versioning=docker
TERRAFORM_VERSION: 1.9.2
TERRAFORM_VERSION: 1.9.3
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ roles:

collections:
- name: community.general
version: ">=9.1.0,<9.2.0"
version: ">=9.2.0,<9.3.0"
2 changes: 1 addition & 1 deletion terrashell.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -eu

# renovate: datasource=docker depName=hashicorp/terraform versioning=docker
readonly TERRAFORM_VERSION=1.9.2
readonly TERRAFORM_VERSION=1.9.3
readonly OCI_TENANCY_REGION=eu-madrid-1

WORKDIR="$(mktemp --tmpdir --directory terraform-aylas.XXX)"
Expand Down

0 comments on commit 727b7b6

Please sign in to comment.