From 1c97ec29f7e0fb39ae05986fbc6e5a0b584638ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:12:57 +0000 Subject: [PATCH] Bump nick-fields/retry in the prod-dependencies group across 1 directory Bumps the prod-dependencies group with 1 update in the / directory: [nick-fields/retry](https://github.com/nick-fields/retry). Updates `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/7152eba30c6575329ac0576536151aca5a72780e...c97818ca39074beaea45180dba704f92496a0082) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/qe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qe.yml b/.github/workflows/qe.yml index 5de208da0..4efd8209f 100644 --- a/.github/workflows/qe.yml +++ b/.github/workflows/qe.yml @@ -114,7 +114,7 @@ jobs: extra-dirs: certsuite-sample-workload certsuite - name: Run the tests (against image) - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: 60 max_attempts: 3 @@ -126,7 +126,7 @@ jobs: working-directory: certsuite - name: Run the tests (against binary) - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 + uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1 with: timeout_minutes: 60 max_attempts: 3