Pārlūkot izejas kodu

chore: use retry action v1.0.36

Lucas.Xu 1 gadu atpakaļ
vecāks
revīzija
d986e01d3e

+ 1 - 1
.github/workflows/flutter_ci.yaml

@@ -121,7 +121,7 @@ jobs:
           cargo make dart_unit_test
           cargo make dart_unit_test
 
 
       - name: Upload coverage to Codecov
       - name: Upload coverage to Codecov
-        uses: Wandalen/wretry.action@master
+        uses: Wandalen/wretry.action@v1.0.36
         with:
         with:
           action: codecov/codecov-action@v3
           action: codecov/codecov-action@v3
           with: |
           with: |

+ 1 - 1
.github/workflows/integration_test.yml

@@ -123,7 +123,7 @@ jobs:
         shell: bash
         shell: bash
 
 
       - name: Upload coverage to Codecov
       - name: Upload coverage to Codecov
-        uses: Wandalen/wretry.action@master
+        uses: Wandalen/wretry.action@v1.0.36
         with:
         with:
           action: codecov/codecov-action@v3
           action: codecov/codecov-action@v3
           with: |
           with: |