Skip to content

Commit

Permalink
chore: update retry GitHub action to v3 using Node 20 (#7832) (#7844)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan authored Sep 23, 2024
1 parent 8fda8ee commit 027c42d
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 027c42d

Please sign in to comment.