Skip to content

Commit

Permalink
ci: swap out unmaintained action (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Oct 12, 2023
1 parent b8d109a commit b30fdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_terraform_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Setup Terragrunt
uses: peter-murray/terragrunt-github-action@v1.0.0
uses: autero1/action-terragrunt@v1.3.2/terragrunt-github-action@v1.0.0
with:
terragrunt_version: ${{ env.TG_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_terraform_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Setup Terragrunt
uses: peter-murray/terragrunt-github-action@v1.0.0
uses: autero1/action-terragrunt@v1.3.2/terragrunt-github-action@v1.0.0
with:
terragrunt_version: ${{ env.TG_VERSION }}

Expand Down

0 comments on commit b30fdf9

Please sign in to comment.