mirror of
https://github.com/valitydev/pathfinder_proto.git
synced 2024-11-06 02:25:16 +00:00
Update valitydev/action-setup-thrift action to v1
This commit is contained in:
parent
e6d9e7b2a9
commit
8daef17310
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install thrift
|
- name: Install thrift
|
||||||
uses: valitydev/action-setup-thrift@v0.0.1
|
uses: valitydev/action-setup-thrift@v1.0.3
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install thrift
|
- name: Install thrift
|
||||||
uses: valitydev/action-setup-thrift@v0.0.1
|
uses: valitydev/action-setup-thrift@v1.0.3
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user