From 8fdf93e762981afc36d8864191d68abb3c5783e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:12:15 +0000 Subject: [PATCH] Bump nick-fields/retry from 3.0.0 to 3.0.1 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform-checks.yml b/.github/workflows/terraform-checks.yml index 4c87a1640..004c0fd3f 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