Skip to content

Commit bc4b606

Browse files
authored
Merge pull request #85 from valitydev/fx/action_version
Fix thrift action version
2 parents 85e0b8f + b32d8ed commit bc4b606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-thrift-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Install thrift
22-
uses: valitydev/[email protected].6
22+
uses: valitydev/[email protected].3
2323

2424
- name: Checkout Repo
2525
uses: actions/checkout@v4

.github/workflows/maven-thrift-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-22.04
3131
steps:
3232
- name: Install thrift
33-
uses: valitydev/[email protected].6
33+
uses: valitydev/[email protected].3
3434

3535
- name: Checkout Repo
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)