File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6868 run : |
6969 echo -e "\nlibrary dependencies:" >> cargo_update.log
7070 cargo update --manifest-path library/Cargo.toml 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
71+ - name : cargo update bootstrap
72+ run : |
73+ echo -e "\nbootstrap dependencies:" >> cargo_update.log
74+ cargo update --manifest-path src/bootstrap/Cargo.toml 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
7175 - name : cargo update rustbook
7276 run : |
7377 echo -e "\nrustbook dependencies:" >> cargo_update.log
7983 path : |
8084 Cargo.lock
8185 library/Cargo.lock
86+ src/bootstrap/Cargo.lock
8287 src/tools/rustbook/Cargo.lock
8388 retention-days : 1
8489 - name : upload cargo-update log artifact for use in PR
@@ -124,7 +129,7 @@ jobs:
124129 git config user.name github-actions
125130 git config user.email github-actions@github.com
126131 git switch --force-create cargo_update
127- git add ./Cargo.lock ./library/Cargo.lock ./src/tools/rustbook/Cargo.lock
132+ git add ./Cargo.lock ./library/Cargo.lock ./src/bootstrap/Cargo.lock ./src/ tools/rustbook/Cargo.lock
128133 git commit --no-verify --file=commit.txt
129134
130135 - name : push
You can’t perform that action at this time.
0 commit comments