Skip to content

Commit 5743fae

Browse files
[OPS-2811] Change workflows to ft FM pipeline
1 parent a0c0f96 commit 5743fae

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/dotnet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/python.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/typescript.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)