File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 target : ${{matrix.target}}
209209 - name : Release build
210210 if : ${{ ! contains(matrix.target, 'freebsd') }}
211- uses : clechasseur/rs-cargo@v3
211+ uses : clechasseur/rs-cargo@v4
212212 with :
213213 command : build
214214 tool : ${{ matrix.os == 'ubuntu' && 'cross' || 'cargo' }}
@@ -318,7 +318,7 @@ jobs:
318318 target : ${{matrix.target}}
319319 - name : Test
320320 if : ${{ ! contains(matrix.target, 'freebsd') }}
321- uses : clechasseur/rs-cargo@v3
321+ uses : clechasseur/rs-cargo@v4
322322 with :
323323 command : test
324324 tool : ${{ matrix.os == 'ubuntu' && 'cross' || 'cargo' }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 toolchain : stable
121121 target : ${{matrix.target}}
122122 - name : Check build
123- uses : clechasseur/rs-cargo@v2
123+ uses : clechasseur/rs-cargo@v4
124124 with :
125125 command : check
126126 use-cross : ${{ matrix.os == 'ubuntu' }}
You can’t perform that action at this time.
0 commit comments