File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
RUST_BACKTRACE : 1
28
28
CROSS_CONFIG : .github/cross.toml
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- name : Set environment variables appropriately for the build
32
32
run : |
33
33
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
59
59
os : [ubuntu, macos]
60
60
steps :
61
61
- name : Checkout code
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
- name : rustup default
64
64
run : rustup default ${{ matrix.channel }}
65
65
- name : rustup components
@@ -138,7 +138,7 @@ jobs:
138
138
variant : gnu
139
139
steps :
140
140
- name : Checkout code
141
- uses : actions/checkout@v3
141
+ uses : actions/checkout@v4
142
142
- name : install msys2
143
143
run : choco install msys2
144
144
if : matrix.variant == 'gnu'
You can’t perform that action at this time.
0 commit comments