Skip to content

Commit

Permalink
Bump nick-fields gh action to nick-fields/retry@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed May 17, 2024
1 parent 7b102e7 commit e507d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
go-version: '1.21'
cache: true
- name: Acceptance tests (modules)
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
# 15 Minute is a large enough timeout for most of our tests
timeout_minutes: 15
Expand All @@ -147,7 +147,7 @@ jobs:
go-version: '1.21'
cache: true
- name: Acceptance tests Large (modules)
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
# 15 Minute is a large enough timeout for most of our tests
timeout_minutes: 15
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
go-version: '1.21'
cache: true
- name: Acceptance tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW }}
WCS_DUMMY_CI_PW_2: ${{ secrets.WCS_DUMMY_CI_PW_2 }}
Expand Down

0 comments on commit e507d82

Please sign in to comment.