Skip to content

Commit

Permalink
Merge pull request #3257 from lima-vm/dependabot/github_actions/nick-…
Browse files Browse the repository at this point in the history
…fields/retry-3.0.1

build(deps): bump nick-fields/retry from 3.0.0 to 3.0.1
  • Loading branch information
jandubois authored Feb 18, 2025
2 parents 5d7b33d + 7cd8352 commit 2a91cd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: "Show cache"
run: ./hack/debug-cache.sh
- name: "Test default.yaml"
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
- name: "Show cache"
run: ./hack/debug-cache.sh
- name: "Test"
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
- name: "Show cache"
run: ./hack/debug-cache.sh
- name: "Test"
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
# Set -count=1 to disable cache
run: go test -v -count=1 ./pkg/networks/...
- name: Test socket_vmnet
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
# We revert back to 8.2.1, which seems to work fine
./hack/brew-install-version.sh qemu 8.2.1
- name: Test
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
with:
timeout_minutes: 30
retry_on: error
Expand Down

0 comments on commit 2a91cd9

Please sign in to comment.