File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,16 @@ jobs:
7676
7777 - name : Install protoc
7878 if : ${{ inputs.version-is-repo-ref }}
79- uses : arduino /setup-protoc@v3
79+ uses : fairmoney /setup-protoc@v3
8080 with :
81- # TODO: Upgrade proto once https://github.com/arduino /setup-protoc/issues/99 is fixed
81+ # TODO: Upgrade proto once https://github.com/fairmoney /setup-protoc/issues/99 is fixed
8282 version : ' 23.x'
8383 repo-token : ${{ secrets.GITHUB_TOKEN }}
8484 - uses : actions/setup-go@v5
8585 with :
8686 go-version : ' ^1.21'
8787
88- - uses : Swatinem /rust-cache@v2
88+ - uses : fairmoney /rust-cache@v2
8989 if : ${{ inputs.version-is-repo-ref }}
9090 with :
9191 workspaces : sdk-dotnet/src/Temporalio/Bridge
Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ jobs:
8383 # Build SDK ==================================================
8484 - name : Install Protoc
8585 if : ${{ inputs.version-is-repo-ref }}
86- uses : arduino /setup-protoc@v3
86+ uses : fairmoney /setup-protoc@v3
8787 with :
88- # TODO: Upgrade proto once https://github.com/arduino /setup-protoc/issues/99 is fixed
88+ # TODO: Upgrade proto once https://github.com/fairmoney /setup-protoc/issues/99 is fixed
8989 version : ' 23.x'
9090 repo-token : ${{ secrets.GITHUB_TOKEN }}
91- - uses : Swatinem /rust-cache@v2
91+ - uses : fairmoney /rust-cache@v2
9292 if : ${{ inputs.version-is-repo-ref }}
9393 with :
9494 workspaces : sdk-python/temporalio/bridge
Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ jobs:
7878
7979 - name : Install protoc
8080 if : ${{ inputs.version-is-repo-ref }}
81- uses : arduino /setup-protoc@v3
81+ uses : fairmoney /setup-protoc@v3
8282 with :
83- # TODO: Upgrade proto once https://github.com/arduino /setup-protoc/issues/99 is fixed
83+ # TODO: Upgrade proto once https://github.com/fairmoney /setup-protoc/issues/99 is fixed
8484 version : ' 23.x'
8585 repo-token : ${{ secrets.GITHUB_TOKEN }}
8686 - uses : actions/setup-go@v5
8787 with :
8888 go-version : ' ^1.21'
8989
90- - uses : Swatinem /rust-cache@v2
90+ - uses : fairmoney /rust-cache@v2
9191 if : ${{ inputs.version-is-repo-ref }}
9292 with :
9393 workspaces : sdk-ts/packages/core-bridge
You can’t perform that action at this time.
0 commit comments