Skip to content

Commit

Permalink
update actions/checkout & hashicorp/setup-terraform to latest versions (
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored May 28, 2024
1 parent 772a439 commit 1ad31a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
name: Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.6

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3.1.1

- name: Terraform fmt
run: |
terraform fmt -check -recursive .

0 comments on commit 1ad31a0

Please sign in to comment.