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 committed May 28, 2024
1 parent 8a6c7d5 commit 859ac22
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,10 +7,10 @@ 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: make fmt

0 comments on commit 859ac22

Please sign in to comment.