From 4c4abdc26d753da730b2cde49e8674604fa301ec Mon Sep 17 00:00:00 2001 From: Jigar-f Date: Wed, 25 Oct 2023 17:29:44 +0530 Subject: [PATCH] Update browerstack.yml --- .github/workflows/browerstack.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browerstack.yml b/.github/workflows/browerstack.yml index fc90035b5..0d1c8aeae 100644 --- a/.github/workflows/browerstack.yml +++ b/.github/workflows/browerstack.yml @@ -51,9 +51,10 @@ jobs: java-version: 17 - name: Setup protoc - uses: arduino/setup-protoc@v1.2.0 + uses: arduino/setup-protoc@v2 with: - version: '3.x' + repo-token: ${{ secrets.GH_TOKEN }} + - name: Activate protoc-gen-dart plugin run: |