From ce6d3d7c24e5da0176f0adcfb9d2d87a26241288 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:31:10 +0000 Subject: [PATCH] Update valitydev/action-setup-thrift action to v1.0.3 --- .github/workflows/erlang-parallel-build.yml | 8 ++++---- .github/workflows/erlang-simple-build.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/erlang-parallel-build.yml b/.github/workflows/erlang-parallel-build.yml index b65d8d9..fce98b8 100644 --- a/.github/workflows/erlang-parallel-build.yml +++ b/.github/workflows/erlang-parallel-build.yml @@ -90,7 +90,7 @@ jobs: - name: Setup Thrift compiler if: ${{ inputs.use-thrift }} - uses: valitydev/action-setup-thrift@v1.0.1 + uses: valitydev/action-setup-thrift@v1.0.3 with: thrift-version: ${{ inputs.thrift-version }} @@ -128,7 +128,7 @@ jobs: - name: Setup Thrift compiler if: ${{ inputs.use-thrift }} - uses: valitydev/action-setup-thrift@v1.0.1 + uses: valitydev/action-setup-thrift@v1.0.3 with: thrift-version: ${{ inputs.thrift-version }} @@ -172,7 +172,7 @@ jobs: - name: Setup Thrift compiler if: ${{ inputs.use-thrift }} - uses: valitydev/action-setup-thrift@v1.0.1 + uses: valitydev/action-setup-thrift@v1.0.3 with: thrift-version: ${{ inputs.thrift-version }} @@ -218,7 +218,7 @@ jobs: - name: Setup Thrift compiler if: ${{ inputs.use-thrift }} - uses: valitydev/action-setup-thrift@v1.0.1 + uses: valitydev/action-setup-thrift@v1.0.3 with: thrift-version: ${{ inputs.thrift-version }} diff --git a/.github/workflows/erlang-simple-build.yml b/.github/workflows/erlang-simple-build.yml index e6d1d19..b49d982 100644 --- a/.github/workflows/erlang-simple-build.yml +++ b/.github/workflows/erlang-simple-build.yml @@ -79,7 +79,7 @@ jobs: - name: Setup Thrift compiler if: ${{ inputs.use-thrift }} - uses: valitydev/action-setup-thrift@v1.0.1 + uses: valitydev/action-setup-thrift@v1.0.3 with: thrift-version: ${{ inputs.thrift-version }}