Update valitydev/action-setup-thrift action to v1.0.3

This commit is contained in:
renovate[bot] 2024-06-21 05:44:32 +00:00 committed by GitHub
parent 41bee978fc
commit 1e466c30cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: valitydev/action-frontend/setup@v1 - 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 - run: npm i # protocols don't always update the package-lock.json, so installing from package.json
- name: Codegen - name: Codegen
run: npm run codegen run: npm run codegen

View File

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: valitydev/action-frontend/setup@v1 - 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 - run: npm i # protocols don't always update the package-lock.json, so installing from package.json
- name: Build - name: Build
run: npm run codegen run: npm run codegen