From 8a880563525d5c68cb739df9cb351b00564c0a42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:40:12 +0000 Subject: [PATCH] Update valitydev/action-setup-thrift action to v1.0.3 --- .github/workflows/frontend-pr.yml | 2 +- .github/workflows/frontend-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-pr.yml b/.github/workflows/frontend-pr.yml index 89c03b25..cc3c2d5d 100644 --- a/.github/workflows/frontend-pr.yml +++ b/.github/workflows/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/.github/workflows/frontend-publish.yml b/.github/workflows/frontend-publish.yml index 987fe048..3635b025 100644 --- a/.github/workflows/frontend-publish.yml +++ b/.github/workflows/frontend-publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: valitydev/action-frontend/setup@v1 - - uses: valitydev/action-setup-thrift@v1.0.2 + - 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