diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-23 01:32:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 01:32:52 +0000 |
commit | 2138ed6b58b7ceb57c42be6b0d4c51fe78c97397 (patch) | |
tree | c96cd43354060ec7df27d8a30bd9e919f2930a97 | |
parent | 4d9119760056492eabc201bfad5de2f9e660b85f (diff) |
Bump nick-fields/retry from 2.8.3 to 3.0.0dependabot/github_actions/nick-fields/retry-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] <support@github.com>
-rw-r--r-- | .github/workflows/publish-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4fdafaf..316137e 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 |