File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - name : Install Dependencies
1111 run : sudo apt-get update && sudo apt-get install libdbus-1-dev
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions-rs/toolchain@v1
1414 with :
1515 profile : minimal
2525 steps :
2626 - name : Install Dependencies
2727 run : sudo apt-get update && sudo apt-get install libdbus-1-dev
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions-rs/toolchain@v1
3030 with :
3131 profile : minimal
4141 steps :
4242 - name : Install Dependencies
4343 run : sudo apt-get update && sudo apt-get install libdbus-1-dev
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - uses : actions-rs/toolchain@v1
4646 with :
4747 profile : minimal
5959 steps :
6060 - name : Install Dependencies
6161 run : sudo apt-get update && sudo apt-get install libdbus-1-dev
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - uses : actions-rs/toolchain@v1
6464 with :
6565 profile : minimal
Original file line number Diff line number Diff line change 2525 name : Crates Publish
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions-rs/toolchain@v1
3030 with :
3131 toolchain : stable
You can’t perform that action at this time.
0 commit comments