Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
path: features
repository: ${{ inputs.features-repo-path }}
ref: ${{ inputs.features-repo-ref }}

- name: Checkout .NET SDK repo
if: ${{ inputs.version-is-repo-ref }}
uses: actions/checkout@v4
Expand All @@ -81,10 +82,13 @@ jobs:
# TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
version: '23.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-go@v5
with:
go-version: '^1.21'

- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
if: ${{ inputs.version-is-repo-ref }}
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Install protoc
if: ${{ inputs.version-is-repo-ref }}
Expand All @@ -83,10 +83,13 @@ jobs:
# TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
version: '23.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-go@v5
with:
go-version: '^1.21'

- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
if: ${{ inputs.version-is-repo-ref }}
with:
Expand Down
Loading