From d986e01d3efc77c13a1630befc467eb3c1096a01 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Fri, 16 Jun 2023 19:55:41 +0800 Subject: [PATCH] chore: use retry action v1.0.36 --- .github/workflows/flutter_ci.yaml | 2 +- .github/workflows/integration_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter_ci.yaml b/.github/workflows/flutter_ci.yaml index 9dcb076565..37b62a11aa 100644 --- a/.github/workflows/flutter_ci.yaml +++ b/.github/workflows/flutter_ci.yaml @@ -121,7 +121,7 @@ jobs: cargo make dart_unit_test - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@master + uses: Wandalen/wretry.action@v1.0.36 with: action: codecov/codecov-action@v3 with: | diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 7f3a9126c9..7014a3cbfd 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -123,7 +123,7 @@ jobs: shell: bash - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@master + uses: Wandalen/wretry.action@v1.0.36 with: action: codecov/codecov-action@v3 with: |