Merge pull request #108 from Crocmagnon/dependabot/github_actions/nick-fields/retry-3

Bump nick-fields/retry from 2 to 3
This commit is contained in:
Gabriel Augendre 2024-02-05 19:54:23 +01:00 committed by GitHub
commit 61859557bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
echo "${{ secrets.DEPLOY_KEY }}" > $TEMP
ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/checkout/update
- name: Check
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_seconds: 30
max_attempts: 5