Skip to content

Commit

Permalink
test: install 0.54.0 terragrunt in test
Browse files Browse the repository at this point in the history
  • Loading branch information
autero1 committed Feb 17, 2024
1 parent 9a2698f commit f9da40a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install specific Terragrunt version
uses: ./
with:
terragrunt_version: 0.21.13
terragrunt_version: 0.54.0

- name: Validate specific version
run: terragrunt --version
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Because of [deprecation in the GitHub Actions environment](https://github.blog/c

## Usage

The next example step will install Terragrunt 0.21.13.
The next example step will install Terragrunt 0.55.2.

```yaml
name: Example workflow
Expand All @@ -27,9 +27,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Terragrunt
uses: autero1/action-terragrunt@v1.1.0
uses: autero1/action-terragrunt@v2
with:
terragrunt_version: 0.21.13
terragrunt_version: 0.55.2
token: ${{ secrets.GITHUB_TOKEN }}
- name: Interact with Terragrunt
run: terragrunt --version
Expand All @@ -52,7 +52,7 @@ jobs:

This action has been tested on the following platforms:

* ubuntu-18.04
* ubuntu-22.04
* windows-latest
* macos-latest

Expand Down

0 comments on commit f9da40a

Please sign in to comment.