Skip to content

Commit

Permalink
Update asdf-vm/actions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent a14a01f commit 9a4d51f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v3
- run: terraform fmt -check
working-directory: ${{ matrix.directory }}

validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v3
- run: terraform init -backend=false
- run: terraform validate

Expand All @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TERRAFORM_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v3
- run: terraform init
- run: terraform plan

Expand All @@ -50,6 +50,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TERRAFORM_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v3
- run: terraform init
- run: terraform apply -auto-approve

0 comments on commit 9a4d51f

Please sign in to comment.