Skip to content

Commit

Permalink
chore: update retry GitHub action to v3 using Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Sep 20, 2024
1 parent d930b7c commit 8e6cc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn --frozen-lockfile --no-progress --non-interactive

- name: Visual tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: yarn --frozen-lockfile --no-progress --non-interactive

- name: Visual tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down

0 comments on commit 8e6cc40

Please sign in to comment.