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 1717 env :
1818 RUSTFLAGS : -D warnings
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - run : |
2222 rustup set profile minimal
2323 rustup install ${{ matrix.rust }}
3535 # -D warnings is commented out in our install-rust action; re-add it here.
3636 RUSTFLAGS : -D warnings
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 with :
4040 submodules : true
4141 - uses : ./.github/actions/install-rust
7070 name : Update generated files
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474 - run : |
7575 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
7676 sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
You can’t perform that action at this time.
0 commit comments