Skip to content

Commit

Permalink
Update .github/workflows/terraform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
workloads-bot committed May 26, 2024
1 parent 5413082 commit 432a232
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
timeout-minutes: 10

steps:
# see https://github.com/actions/checkout/releases/tag/v4.1.1
# see https://github.com/actions/checkout/releases/tag/v4.1.6
- name: Checkout Repository
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # ref: `tags/v4.1.1`
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # ref: `tags/v4.1.6`
with:
fetch-depth: 1

# see https://github.com/hashicorp/setup-terraform/releases/tag/v3.0.0
# see https://github.com/hashicorp/setup-terraform/releases/tag/v3.1.1
- name: Set up Terraform
uses: "hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36" # ref: `tags/v3.0.0`
uses: "hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8" # ref: `tags/v3.1.1`
with:
terraform_wrapper: false

Expand Down

0 comments on commit 432a232

Please sign in to comment.