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 }}