From 9cbc30c4081fed65aeba68a272c7beaa12f913be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:22:49 -0400 Subject: [PATCH] Bump nick-fields/retry from 2.6.0 to 2.7.0 (#4) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.6.0 to 2.7.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.6.0...v2.7.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 eee09fc0..56f122a8 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.6.0 + uses: nick-fields/retry@v2.7.0 with: timeout_minutes: 15 max_attempts: 3