File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4444 CARGO_BUILD_TARGET : ${{ matrix.target }}
4545
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848
4949 - name : Install cross
5050 if : matrix.use-cross
@@ -115,7 +115,7 @@ jobs:
115115
116116 runs-on : ubuntu-latest
117117 steps :
118- - uses : actions/checkout@v5
118+ - uses : actions/checkout@v6
119119 - name : Install rustup target
120120 run : rustup target add ${{ matrix.target }}
121121
@@ -132,7 +132,7 @@ jobs:
132132
133133 runs-on : ${{ matrix.os }}
134134 steps :
135- - uses : actions/checkout@v5
135+ - uses : actions/checkout@v6
136136
137137 - uses : Swatinem/rust-cache@v2
138138
@@ -153,7 +153,7 @@ jobs:
153153
154154 runs-on : ${{ matrix.os }}
155155 steps :
156- - uses : actions/checkout@v5
156+ - uses : actions/checkout@v6
157157
158158 - name : Install nightly
159159 run : |
@@ -177,7 +177,7 @@ jobs:
177177
178178 runs-on : ubuntu-latest
179179 steps :
180- - uses : actions/checkout@v5
180+ - uses : actions/checkout@v6
181181 - name : Install rustup target
182182 run : |
183183 rustup toolchain install nightly --profile minimal --component rust-src
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments