Skip to content

Commit

Permalink
chore: update Docker retry action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Aug 8, 2024
1 parent 7daa92b commit 9786741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set ci docker label
run: echo "CI_DOCKER_LABEL=broken-links-crawler-action:ci-$(date +%s)" >> $GITHUB_ENV
- name: Build the Docker image
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_seconds: 120
max_attempts: 3
Expand Down

0 comments on commit 9786741

Please sign in to comment.