From 2138ed6b58b7ceb57c42be6b0d4c51fe78c97397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 01:32:52 +0000 Subject: [PATCH] Bump nick-fields/retry from 2.8.3 to 3.0.0 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 3.0.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.8.3...v3.0.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4fdafaf9..316137e1 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -125,7 +125,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Install gitlint - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 1 max_attempts: 10