From 3681c39e5987f86042bb44609677e124136a6e4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:40:53 +0000 Subject: [PATCH] Update valitydev/action-setup-thrift action to v1.0.3 --- workflows/proto/frontend-pr.yml | 2 +- workflows/proto/frontend-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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