Skip to content

Commit

Permalink
Merge pull request #30 from nicholasM95/renovate/hashicorp-setup-terr…
Browse files Browse the repository at this point in the history
…aform-3.x

chore(deps): update hashicorp/setup-terraform action to v3.1.1
  • Loading branch information
nicholasM95 authored May 16, 2024
2 parents 99a9ea9 + 330f25e commit 2988095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo $K8S_CONFIG | base64 -d > /home/runner/.kube/config
- name: Setup Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1

- name: Terraform Init
id: init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo $K8S_CONFIG | base64 -d > /home/runner/.kube/config
- name: Setup Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1

- name: Terraform Init
id: init
Expand Down

0 comments on commit 2988095

Please sign in to comment.