Skip to content

Commit

Permalink
Bump nick-fields/retry from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2 to 3.
- [Release notes](https://github.com/nick-fields/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@v2...v3)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sxd committed Feb 6, 2024
1 parent 9c4607b commit 3203911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
with:
python-version: '3.11'
- name: Update docker-entrypoint
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_seconds: 20
max_attempts: 3
command: |
echo "Updating UBI docker-entrypoint"
curl -fsSo ./UBI/src/root/usr/local/bin/docker-entrypoint.sh https://raw.githubusercontent.com/docker-library/postgres/master/docker-entrypoint.sh
- name: Run update script
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
with:
Expand Down

0 comments on commit 3203911

Please sign in to comment.