File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
book/src/continuous_integration Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 # Setup
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 # Unsetting this would make so that any malicious package could get our Github Token
2222 persist-credentials : false
Original file line number Diff line number Diff line change 3636 steps :
3737 # Setup
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 persist-credentials : false
4242
9696 steps :
9797 # Setup
9898 - name : Checkout
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v5
100100 with :
101101 persist-credentials : false
102102
@@ -114,7 +114,7 @@ jobs:
114114 steps :
115115 # Setup
116116 - name : Checkout
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v5
118118 with :
119119 persist-credentials : false
120120
@@ -170,7 +170,7 @@ jobs:
170170 steps :
171171 # Setup
172172 - name : Checkout
173- uses : actions/checkout@v4
173+ uses : actions/checkout@v5
174174 with :
175175 persist-credentials : false
176176
Original file line number Diff line number Diff line change 2424 steps :
2525 # Setup
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 # Unsetting this would make so that any malicious package could get our Github Token
3030 persist-credentials : false
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 steps :
2626 # Setup
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 # Unsetting this would make so that any malicious package could get our Github Token
3131 persist-credentials : false
3232
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 ref : ${{ env.TARGET_BRANCH }}
3737 path : ' out'
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 2
3030 # Unsetting this would make so that any malicious package could get our Github Token
8080
8181 steps :
8282 - name : Checkout
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
8484 with :
8585 # Unsetting this would make so that any malicious package could get our Github Token
8686 persist-credentials : false
@@ -113,7 +113,7 @@ jobs:
113113
114114 steps :
115115 - name : Checkout
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v5
117117 with :
118118 # Unsetting this would make so that any malicious package could get our Github Token
119119 persist-credentials : false
Original file line number Diff line number Diff line change 1111 steps :
1212 # Setup
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 # Unsetting this would make so that any malicious package could get our Github Token
1717 persist-credentials : false
Original file line number Diff line number Diff line change 1515 clippy_check :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Run Clippy
2020 run : cargo clippy --all-targets --all-features
2121` ` `
You can’t perform that action at this time.
0 commit comments