@@ -42,13 +42,11 @@ jobs:
4242 env :
4343 NETCOREHOST_TEST_NETCORE_VERSION : net${{ matrix.dotnet }}
4444 steps :
45- - uses : actions/checkout@v3
46-
47- - name : Ensure execute permission on install script
48- run : chmod +x ./.github/scripts/install-dotnet-${{ matrix.platform }}
45+ - uses : actions/checkout@v4
4946
5047 - name : Install .NET SDK ${{ matrix.dotnet }}
5148 run : |
49+ chmod +x ./.github/scripts/install-dotnet-${{ matrix.platform }}
5250 ./.github/scripts/install-dotnet-${{ matrix.platform }} ${{ matrix.dotnet }} ${{ matrix.arch }}
5351
5452 - name : Check .NET Installation
7876 target : ["aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnueabihf"]
7977
8078 steps :
81- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v4
8280
8381 - name : Install latest ${{ matrix.toolchain }}
8482 uses : dtolnay/rust-toolchain@master
10199 toolchain : ["beta"]
102100 example : ["run-app", "run-app-with-args", "call-managed-function", "passing-parameters", "return-string-from-managed"]
103101 steps :
104- - uses : actions/checkout@v3
102+ - uses : actions/checkout@v4
105103 - name : Install latest ${{ matrix.toolchain }}
106104 uses : dtolnay/rust-toolchain@master
107105 with :
@@ -121,7 +119,7 @@ jobs:
121119 - os : ubuntu-latest
122120 - os : windows-latest
123121 steps :
124- - uses : actions/checkout@v3
122+ - uses : actions/checkout@v4
125123 - name : Install latest nightly
126124 uses : dtolnay/rust-toolchain@master
127125 with :
@@ -143,7 +141,7 @@ jobs:
143141 - os : ubuntu-latest
144142 - os : windows-latest
145143 steps :
146- - uses : actions/checkout@v3
144+ - uses : actions/checkout@v4
147145 - name : Install latest nightly
148146 uses : dtolnay/rust-toolchain@master
149147 with :
@@ -162,7 +160,7 @@ jobs:
162160 - os : ubuntu-latest
163161 - os : windows-latest
164162 steps :
165- - uses : actions/checkout@v3
163+ - uses : actions/checkout@v4
166164 - name : Install latest nightly
167165 uses : dtolnay/rust-toolchain@master
168166 with :
0 commit comments