File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6363 path : features
6464 repository : ${{ inputs.features-repo-path }}
6565 ref : ${{ inputs.features-repo-ref }}
66+
6667 - name : Checkout .NET SDK repo
6768 if : ${{ inputs.version-is-repo-ref }}
6869 uses : actions/checkout@v4
@@ -81,10 +82,13 @@ jobs:
8182 # TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
8283 version : ' 23.x'
8384 repo-token : ${{ secrets.GITHUB_TOKEN }}
85+
8486 - uses : actions/setup-go@v5
8587 with :
8688 go-version : ' ^1.21'
8789
90+ - uses : dtolnay/rust-toolchain@stable
91+
8892 - uses : Swatinem/rust-cache@v2
8993 if : ${{ inputs.version-is-repo-ref }}
9094 with :
Original file line number Diff line number Diff line change 7474
7575 - uses : actions/setup-node@v4
7676 with :
77- node-version : 16
77+ node-version : 18
7878
7979 - name : Install protoc
8080 if : ${{ inputs.version-is-repo-ref }}
@@ -83,10 +83,13 @@ jobs:
8383 # TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
8484 version : ' 23.x'
8585 repo-token : ${{ secrets.GITHUB_TOKEN }}
86+
8687 - uses : actions/setup-go@v5
8788 with :
8889 go-version : ' ^1.21'
8990
91+ - uses : dtolnay/rust-toolchain@stable
92+
9093 - uses : Swatinem/rust-cache@v2
9194 if : ${{ inputs.version-is-repo-ref }}
9295 with :
You can’t perform that action at this time.
0 commit comments