File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 if : github.actor == 'dependabot[bot]'
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 - name : Auto approve pull request, then squash and merge
Original file line number Diff line number Diff line change 4444
4545 runs-on : ${{ matrix.host_os }}
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - uses : dtolnay/rust-toolchain@stable
4949
5050 - name : Prepare
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : dtolnay/rust-toolchain@stable
2121 - name : rustfmt
2222 run : |
3636 runs-on : ubuntu-latest
3737
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 - uses : dtolnay/rust-toolchain@stable
4141 - name : Install cargo ndk and rust compiler for android target
4242 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments