We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3685b6b + 72e44fd commit 5b22a71Copy full SHA for 5b22a71
1 file changed
.github/workflows/terraform.yml
@@ -25,11 +25,11 @@ jobs:
25
steps:
26
# Checkout the repository to the GitHub Actions runner
27
- name: Checkout
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
29
30
# Install the latest version of Terraform CLI
31
- name: Setup Terraform
32
- uses: hashicorp/setup-terraform@v2
+ uses: hashicorp/setup-terraform@v3
33
34
# Checks that all Terraform configuration files adhere to a canonical format
35
- name: Terraform Format
0 commit comments