diff --git a/.github/workflows/terraform-checks.yml b/.github/workflows/terraform-checks.yml index 4c87a164..004c0fd3 100644 --- a/.github/workflows/terraform-checks.yml +++ b/.github/workflows/terraform-checks.yml @@ -22,7 +22,7 @@ jobs: with: terraform_version: "1.10.4" - name: Install tflint - uses: nick-fields/retry@v3.0.0 + uses: nick-fields/retry@v3.0.1 with: timeout_seconds: 30 max_attempts: 5 @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install trivy - uses: nick-fields/retry@v3.0.0 + uses: nick-fields/retry@v3.0.1 with: timeout_seconds: 60 max_attempts: 5 @@ -86,7 +86,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install terraform docs - uses: nick-fields/retry@v3.0.0 + uses: nick-fields/retry@v3.0.1 with: timeout_seconds: 60 max_attempts: 5