From 286a188e5b25432b0cca17496fd5d8ce2b279895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:12:25 -0400 Subject: [PATCH] chore(deps): Bump nick-fields/retry from 2.8.0 to 2.8.1 (#29) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.0 to 2.8.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/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... 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 5aa360ed..259340fb 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.8.0 + uses: nick-fields/retry@v2.8.1 with: timeout_minutes: 15 max_attempts: 3