diff --git a/workflows/proto/frontend-pr.yml b/workflows/proto/frontend-pr.yml index 89c03b2..cc3c2d5 100644 --- a/workflows/proto/frontend-pr.yml +++ b/workflows/proto/frontend-pr.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: valitydev/action-frontend/setup@v0.1 - - uses: valitydev/action-setup-thrift@v1.0.1 + - uses: valitydev/action-setup-thrift@v1.0.3 - run: npm i # protocols don't always update the package-lock.json, so installing from package.json - name: Codegen run: npm run codegen diff --git a/workflows/proto/frontend-publish.yml b/workflows/proto/frontend-publish.yml index 9294ba7..12d99ff 100644 --- a/workflows/proto/frontend-publish.yml +++ b/workflows/proto/frontend-publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: valitydev/action-frontend/setup@v0.1 - - uses: valitydev/action-setup-thrift@v1.0.1 + - uses: valitydev/action-setup-thrift@v1.0.3 - run: npm i # protocols don't always update the package-lock.json, so installing from package.json - name: Build run: npm run codegen