Skip to content

Commit

Permalink
test(ci, flutter): bump retry action to node20 version
Browse files Browse the repository at this point in the history
missed this one in last PR
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 62ee93e commit ddf7485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./.github/workflows/scripts/install-tools.sh
curl -sL https://github.com/google/google-java-format/releases/download/google-java-format-1.3/google-java-format-1.3-all-deps.jar -o $HOME/google-java-format.jar
- name: Install native formatters
uses: nick-invision/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 60
Expand Down

0 comments on commit ddf7485

Please sign in to comment.