From f9da40a1acbeb5c62601a5ba9b6f067a86cd518e Mon Sep 17 00:00:00 2001 From: Petri Autero Date: Sat, 17 Feb 2024 12:51:02 +0200 Subject: [PATCH] test: install 0.54.0 terragrunt in test --- .github/workflows/test-action.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 2abf55c..63ed408 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -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 diff --git a/README.md b/README.md index 33b4e36..0c96f22 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -52,7 +52,7 @@ jobs: This action has been tested on the following platforms: -* ubuntu-18.04 +* ubuntu-22.04 * windows-latest * macos-latest