From 92881a581b2fab4b6e8ef1165ca7847d06d31038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 13:56:53 -0400 Subject: [PATCH] chore(deps): Bump nick-fields/retry from 2.7.0 to 2.8.0 (#28) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.7.0 to 2.8.0. - [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/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 56f122a8..5aa360ed 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: with: token: ${{ secrets.REPO_GHA_PAT }} - name: Run update script - uses: nick-fields/retry@v2.7.0 + uses: nick-fields/retry@v2.8.0 with: timeout_minutes: 15 max_attempts: 3